Skip to content

Commit

Permalink
update 3.19.17 in readme and web
Browse files Browse the repository at this point in the history
  • Loading branch information
MayGo committed Aug 10, 2021
1 parent c43f6f4 commit f225844
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@

| Operating System | Download |
| ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Windows (32 and 64-bit) | <a href='https://github.com/MayGo/tockler/releases/download/v3.19.16/tockler-3.19.16-setup-win.exe'><img alt='Get it on Windows' width="134px" src='https://github.com/MayGo/tockler/raw/master/badges/BadgeWindows.png'/></a> |
| macOS | <a href='https://github.com/MayGo/tockler/releases/download/v3.19.16/Tockler-3.19.16.dmg'><img alt='Get it on macOS' width="134px" src='https://github.com/MayGo/tockler/raw/master/badges/BadgeMacOS.png'/></a> |
| Linux | <a href='https://github.com/MayGo/tockler/releases/download/v3.19.16/Tockler-3.19.16.AppImage'><img alt='Get it on Linux' width="134px" src='https://github.com/MayGo/tockler/raw/master/badges/BadgeLinux.png'/></a> |
| Windows (32 and 64-bit) | <a href='https://github.com/MayGo/tockler/releases/download/v3.19.17/tockler-3.19.17-setup-win.exe'><img alt='Get it on Windows' width="134px" src='https://github.com/MayGo/tockler/raw/master/badges/BadgeWindows.png'/></a> |
| macOS | <a href='https://github.com/MayGo/tockler/releases/download/v3.19.17/Tockler-3.19.17.dmg'><img alt='Get it on macOS' width="134px" src='https://github.com/MayGo/tockler/raw/master/badges/BadgeMacOS.png'/></a> |
| Linux | <a href='https://github.com/MayGo/tockler/releases/download/v3.19.17/Tockler-3.19.17.AppImage'><img alt='Get it on Linux' width="134px" src='https://github.com/MayGo/tockler/raw/master/badges/BadgeLinux.png'/></a> |

# Feedback

Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tockler",
"version": "3.19.16",
"version": "3.19.17",
"private": true,
"dependencies": {
"@analytics/google-analytics": "^0.5.3",
Expand Down
8 changes: 4 additions & 4 deletions webpage/src/routes/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export function HomePage() {
leftIcon={<FaApple />}
as={Link}
textDecoration="none !important"
href="https://github.com/MayGo/tockler/releases/download/v3.19.16/Tockler-3.19.16.dmg"
href="https://github.com/MayGo/tockler/releases/download/v3.19.17/Tockler-3.19.17.dmg"
>
macOS
</Button>
Expand All @@ -66,7 +66,7 @@ export function HomePage() {
leftIcon={<FaWindows />}
as={Link}
textDecoration="none !important"
href="https://github.com/MayGo/tockler/releases/download/v3.19.16/tockler-3.19.16-setup-win.exe"
href="https://github.com/MayGo/tockler/releases/download/v3.19.17/tockler-3.19.17-setup-win.exe"
>
Windows
</Button>
Expand All @@ -75,7 +75,7 @@ export function HomePage() {
leftIcon={<FaLinux />}
as={Link}
textDecoration="none !important"
href="https://github.com/MayGo/tockler/releases/download/v3.19.16/Tockler-3.19.16.AppImage"
href="https://github.com/MayGo/tockler/releases/download/v3.19.17/Tockler-3.19.17.AppImage"
>
Linux
</Button>
Expand All @@ -86,7 +86,7 @@ export function HomePage() {
</Center>
<Center pt="4">
<Text fontSize="xs">
Latest: v3.19.16.{' '}
Latest: v3.19.17.{' '}
<Link
color="blue.500"
href="https://github.com/MayGo/tockler/releases/latest"
Expand Down

0 comments on commit f225844

Please sign in to comment.