From c7949e240e78d5227ea064f716074eb869924a19 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 03:23:25 +0000 Subject: [PATCH] Unciv: Update App Versions - Unciv-all: 4.14.15 -> 4.14.16 --- apps/Unciv/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Unciv/install b/apps/Unciv/install index 1757c06ba9..921fec665c 100755 --- a/apps/Unciv/install +++ b/apps/Unciv/install @@ -1,6 +1,6 @@ #!/bin/bash -version=4.14.15 +version=4.14.16 ### Make directory ~/Unciv if not available mkdir -p $HOME/Unciv || error "Failed to create folder $HOME/Unciv"