Skip to content

Commit

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

version=1.32.1
version=1.33.0

if ! package_installed min ;then
sudo rm -f /usr/bin/min
Expand Down
2 changes: 1 addition & 1 deletion apps/Min/install-64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=1.32.1
version=1.33.0

if ! package_installed min ;then
sudo rm -f /usr/bin/min
Expand Down

0 comments on commit 9301da3

Please sign in to comment.