From ac482bafdfc4a68c4974e7492ab59664360b544f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 00:29:27 +0000 Subject: [PATCH] Update App Versions, run by GitHub Actions - Apps updated: - Unciv-all: 4.10.14 -> 4.10.15 --- apps/Unciv/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Unciv/install b/apps/Unciv/install index 0ccb9d0113..d541e6419f 100755 --- a/apps/Unciv/install +++ b/apps/Unciv/install @@ -1,6 +1,6 @@ #!/bin/bash -version=4.10.14 +version=4.10.15 ### Make directory ~/Unciv if not available mkdir -p $HOME/Unciv || error "Failed to create folder $HOME/Unciv"