Skip to content

Commit

Permalink
PiGro, Unciv, jGRASP IDE: Update App Versions
Browse files Browse the repository at this point in the history
- PiGro-all: 24.04 -> 24.05
- Unciv-all: 4.14.2 -> 4.14.2-patch1
- jGRASP IDE-all: 206_17b9 -> 206_17b10
  • Loading branch information
github-actions[bot] committed Nov 1, 2024
1 parent 66b2d53 commit 8c89de2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/PiGro/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=24.04
version=24.05

# remove legacy folders/files if present
rm -rf ~/PiGro-Aid-
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.14.2
version=4.14.2-patch1

### Make directory ~/Unciv if not available
mkdir -p $HOME/Unciv || error "Failed to create folder $HOME/Unciv"
Expand Down
2 changes: 1 addition & 1 deletion apps/jGRASP IDE/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=206_17b9
version=206_17b10

#get java
adoptium_installer || exit 1
Expand Down

0 comments on commit 8c89de2

Please sign in to comment.