From 1a66a7881fb532f114eaf2d590aa5816906ee9eb Mon Sep 17 00:00:00 2001 From: tudor <7089284+tudddorrr@users.noreply.github.com> Date: Tue, 24 Feb 2026 23:15:00 +0000 Subject: [PATCH 1/2] use a different butler action --- .github/workflows/create-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 469d7ec..a1d16e0 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -30,7 +30,7 @@ jobs: dest: ${{ env.OUTPUT_DIR }}/${{ env.OUTPUT_FILE }} - name: Upload to itch - uses: manleydev/butler-publish-itchio-action@master + uses: XanatosX/butler-publish-itchio-action@master env: BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }} CHANNEL: package From dab94a66e62ce6d4ec897d0fa0878071b21dc491 Mon Sep 17 00:00:00 2001 From: tudor <7089284+tudddorrr@users.noreply.github.com> Date: Tue, 24 Feb 2026 23:24:47 +0000 Subject: [PATCH 2/2] 0.52.1 --- Assets/Talo Game Services/Talo/Runtime/APIs/BaseAPI.cs | 2 +- Assets/Talo Game Services/Talo/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/Talo Game Services/Talo/Runtime/APIs/BaseAPI.cs b/Assets/Talo Game Services/Talo/Runtime/APIs/BaseAPI.cs index ac4c256..9210dd2 100644 --- a/Assets/Talo Game Services/Talo/Runtime/APIs/BaseAPI.cs +++ b/Assets/Talo Game Services/Talo/Runtime/APIs/BaseAPI.cs @@ -9,7 +9,7 @@ namespace TaloGameServices public class BaseAPI { // automatically updated with a pre-commit hook - private const string ClientVersion = "0.52.0"; + private const string ClientVersion = "0.52.1"; protected string baseUrl; diff --git a/Assets/Talo Game Services/Talo/VERSION b/Assets/Talo Game Services/Talo/VERSION index 4f9b378..27d68a6 100644 --- a/Assets/Talo Game Services/Talo/VERSION +++ b/Assets/Talo Game Services/Talo/VERSION @@ -1 +1 @@ -0.52.0 +0.52.1