From 17095eb8d4eaf6c170e5644fef29d7e7499e0c02 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 13:11:34 +0000 Subject: [PATCH] Unciv: Update App Versions - Unciv-all: 4.15.5 -> 4.15.5-patch1 --- apps/Unciv/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Unciv/install b/apps/Unciv/install index 57bde98422..b32fc38d2d 100755 --- a/apps/Unciv/install +++ b/apps/Unciv/install @@ -1,6 +1,6 @@ #!/bin/bash -version=4.15.5 +version=4.15.5-patch1 ### Make directory ~/Unciv if not available mkdir -p $HOME/Unciv || error "Failed to create folder $HOME/Unciv"