Skip to content

Commit 73c35f8

Browse files
committed
chore: updated _data/downloads.yml
1 parent 5e105fe commit 73c35f8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

_data/downloads.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
version: v0.10.0
1+
version: v0.11.0
22

33
platforms:
44
- name: Windows
55
assets:
66
- title: Installer
77
description: " (recommended)"
8-
url: https://github.com/ActivityWatch/activitywatch/releases/download/v0.10.0/activitywatch-v0.10.0-windows-x86_64-setup.exe
8+
url: https://github.com/ActivityWatch/activitywatch/releases/download/v0.11.0/activitywatch-v0.11.0-windows-x86_64-setup.exe
99
- title: .zip
10-
url: https://github.com/ActivityWatch/activitywatch/releases/download/v0.10.0/activitywatch-v0.10.0-windows-x86_64.zip
10+
url: https://github.com/ActivityWatch/activitywatch/releases/download/v0.11.0/activitywatch-v0.11.0-windows-x86_64.zip
1111
- title: Chocolatey
1212
url: https://chocolatey.org/packages/activitywatch
1313

1414
- name: Linux
1515
assets:
1616
- title: .zip
17-
url: https://github.com/ActivityWatch/activitywatch/releases/download/v0.10.0/activitywatch-v0.10.0-linux-x86_64.zip
17+
url: https://github.com/ActivityWatch/activitywatch/releases/download/v0.11.0/activitywatch-v0.11.0-linux-x86_64.zip
1818
- title: AUR
1919
description: ", for Arch Linux and Manjaro"
2020
url: https://aur.archlinux.org/packages/activitywatch-bin/
@@ -23,10 +23,10 @@ platforms:
2323
assets:
2424
- title: .dmg
2525
description: " (recommended)"
26-
url: https://github.com/ActivityWatch/activitywatch/releases/download/v0.10.0/activitywatch-v0.10.0-macos-x86_64.dmg
26+
url: https://github.com/ActivityWatch/activitywatch/releases/download/v0.11.0/activitywatch-v0.11.0-macos-x86_64.dmg
2727
- type: zip
2828
title: .zip
29-
url: https://github.com/ActivityWatch/activitywatch/releases/download/v0.10.0/activitywatch-v0.10.0-macos-x86_64.zip
29+
url: https://github.com/ActivityWatch/activitywatch/releases/download/v0.11.0/activitywatch-v0.11.0-macos-x86_64.zip
3030
- title: Homebrew
3131
url: https://formulae.brew.sh/cask/activitywatch
3232

downloads.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ article.container
2323
| {% endfor %}
2424
| {% endfor %}
2525

26-
div Need an older version? You can find all past #[a(href="https://github.com/ActivityWatch/activitywatch/releases") releases on GitHub].
26+
div Looking for an older or pre-release version? You can find all #[a(href="https://github.com/ActivityWatch/activitywatch/releases") releases on GitHub].
2727

2828
h3.mt-3 Nightly builds
2929
p

0 commit comments

Comments
 (0)