Skip to content

Commit

Permalink
web and readme links to 3.19.9
Browse files Browse the repository at this point in the history
  • Loading branch information
MayGo committed Jul 18, 2021
1 parent 75da2cc commit d7cb1c5
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.8/tockler-3.19.8-windows.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.8/Tockler-3.19.8.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.8/Tockler-3.19.8.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.9/tockler-3.19.9-windows.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.9/Tockler-3.19.9.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.9/Tockler-3.19.9.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.8",
"version": "3.19.9",
"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.8/Tockler-3.19.8.dmg"
href="https://github.com/MayGo/tockler/releases/download/v3.19.9/Tockler-3.19.9.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.8/tockler-3.19.8-windows.exe"
href="https://github.com/MayGo/tockler/releases/download/v3.19.9/tockler-3.19.9-windows.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.8/Tockler-3.19.8.AppImage"
href="https://github.com/MayGo/tockler/releases/download/v3.19.9/Tockler-3.19.9.AppImage"
>
Linux
</Button>
Expand All @@ -86,7 +86,7 @@ export function HomePage() {
</Center>
<Center pt="4">
<Text fontSize="xs">
Latest: v3.19.8.{' '}
Latest: v3.19.9.{' '}
<Link
color="blue.500"
href="https://github.com/MayGo/tockler/releases/latest"
Expand Down

0 comments on commit d7cb1c5

Please sign in to comment.