Skip to content

Commit

Permalink
Tabby: Update App Versions
Browse files Browse the repository at this point in the history
- Tabby-arm64: 1.0.215 -> 1.0.216
- Tabby-armhf: 1.0.215 -> 1.0.216
  • Loading branch information
github-actions[bot] committed Dec 25, 2024
1 parent 8b105aa commit 3109951
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/Tabby/install-32
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=1.0.215
version=1.0.216

install_packages https://github.com/Eugeny/tabby/releases/download/v${version}/tabby-${version}-linux-armv7l.deb || exit 1

Expand Down
2 changes: 1 addition & 1 deletion apps/Tabby/install-64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=1.0.215
version=1.0.216

install_packages https://github.com/Eugeny/tabby/releases/download/v${version}/tabby-${version}-linux-arm64.deb || exit 1

Expand Down

0 comments on commit 3109951

Please sign in to comment.