Skip to content

Commit

Permalink
3.19.11 in webpage
Browse files Browse the repository at this point in the history
  • Loading branch information
MayGo committed Jul 19, 2021
1 parent 82f5ede commit 06245aa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
# Applications installer download

| Operating System | Download |
| ----------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Windows (32 and 64-bit) | <a href='https://github.com/MayGo/tockler/releases/download/v3.19.10/tockler-3.19.10-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.10/Tockler-3.19.10.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.10/Tockler-3.19.10.AppImage'><img alt='Get it on Linux' width="134px" src='https://github.com/MayGo/tockler/raw/master/badges/BadgeLinux.png'/></a> |
| Operating System | Download |
| ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Windows (32 and 64-bit) | <a href='https://github.com/MayGo/tockler/releases/download/v3.19.11/tockler-3.19.11-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.11/Tockler-3.19.11.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.11/Tockler-3.19.11.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.10",
"version": "3.19.11",
"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.10/Tockler-3.19.10.dmg"
href="https://github.com/MayGo/tockler/releases/download/v3.19.11/Tockler-3.19.11.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.10/tockler-3.19.10-windows.exe"
href="https://github.com/MayGo/tockler/releases/download/v3.19.11/tockler-3.19.11-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.10/Tockler-3.19.10.AppImage"
href="https://github.com/MayGo/tockler/releases/download/v3.19.11/Tockler-3.19.11.AppImage"
>
Linux
</Button>
Expand All @@ -86,7 +86,7 @@ export function HomePage() {
</Center>
<Center pt="4">
<Text fontSize="xs">
Latest: v3.19.10.{' '}
Latest: v3.19.11.{' '}
<Link
color="blue.500"
href="https://github.com/MayGo/tockler/releases/latest"
Expand Down

0 comments on commit 06245aa

Please sign in to comment.