From a7bde7fbc4f03df77999067ae02e0dc012993194 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 12:17:15 +0000 Subject: [PATCH] Unciv: Update App Versions - Unciv-all: 4.11.12 -> 4.11.13 --- apps/Unciv/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Unciv/install b/apps/Unciv/install index d419948fc4..dde4012a2a 100755 --- a/apps/Unciv/install +++ b/apps/Unciv/install @@ -1,6 +1,6 @@ #!/bin/bash -version=4.11.12 +version=4.11.13 ### Make directory ~/Unciv if not available mkdir -p $HOME/Unciv || error "Failed to create folder $HOME/Unciv"