Skip to content

Commit

Permalink
Scrcpy, Unciv: Update App Versions
Browse files Browse the repository at this point in the history
- Scrcpy-all: v2.6.1 -> v2.7
- Unciv-all: 4.13.7-patch1 -> 4.13.8-patch1
  • Loading branch information
github-actions[bot] committed Sep 16, 2024
1 parent d4c7155 commit cbaab50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/Scrcpy/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=v2.6.1
version=v2.7

echo -e "==============\n"
echo " · More info: run "\""scrcpy --help"\"" or visit https://github.com/Genymobile/scrcpy"
Expand Down
2 changes: 1 addition & 1 deletion apps/Unciv/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=4.13.7-patch1
version=4.13.8-patch1

### Make directory ~/Unciv if not available
mkdir -p $HOME/Unciv || error "Failed to create folder $HOME/Unciv"
Expand Down

0 comments on commit cbaab50

Please sign in to comment.