Skip to content

Commit

Permalink
Update App Versions, run by GitHub Actions - Apps updated:
Browse files Browse the repository at this point in the history
- Oh My Posh-all: v19.17.1 -> v19.17.2
- Unciv-all: 4.10.18 -> 4.10.19
  • Loading branch information
github-actions[bot] committed Mar 15, 2024
1 parent 1dfbb43 commit b16cc9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/Oh My Posh/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=v19.17.1
version=v19.17.2

#determine filename of download
if [ $arch == 32 ];then
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.10.18
version=4.10.19

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

0 comments on commit b16cc9d

Please sign in to comment.