diff --git a/apps/PiGro/install b/apps/PiGro/install index 2a180e32eb..ef71f8c349 100755 --- a/apps/PiGro/install +++ b/apps/PiGro/install @@ -1,6 +1,6 @@ #!/bin/bash -version=24.04 +version=24.05 # remove legacy folders/files if present rm -rf ~/PiGro-Aid- diff --git a/apps/Unciv/install b/apps/Unciv/install index 32dda82340..8e7d36b992 100755 --- a/apps/Unciv/install +++ b/apps/Unciv/install @@ -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" diff --git a/apps/jGRASP IDE/install b/apps/jGRASP IDE/install index da0f7b510f..0c696f2d84 100755 --- a/apps/jGRASP IDE/install +++ b/apps/jGRASP IDE/install @@ -1,6 +1,6 @@ #!/bin/bash -version=206_17b9 +version=206_17b10 #get java adoptium_installer || exit 1