From 496f1b277a5b0a911beb00a7b3c18b6c49209b2f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 01:25:02 +0000 Subject: [PATCH] Unciv: Update App Versions - Unciv-all: 4.13.17 -> 4.13.18 --- apps/Unciv/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Unciv/install b/apps/Unciv/install index 5fca24de57..5b0a056843 100755 --- a/apps/Unciv/install +++ b/apps/Unciv/install @@ -1,6 +1,6 @@ #!/bin/bash -version=4.13.17 +version=4.13.18 ### Make directory ~/Unciv if not available mkdir -p $HOME/Unciv || error "Failed to create folder $HOME/Unciv"