From 018c03f672b2370b2a216277f7231c100bbbca1e Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 16 Jan 2025 08:06:31 +0000 Subject: [PATCH 1/2] [bot] Release v1.6.1 --- changelog.md | 3 +++ mod.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 1f7541c..2242001 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,7 @@ +## v1.6.1 (2025-01-16) +10/10 thank you + ## v1.6.0 (2025-01-16) some internal changes diff --git a/mod.json b/mod.json index 0454df4..643329c 100644 --- a/mod.json +++ b/mod.json @@ -12,7 +12,7 @@ ], "id": "catgirldev.ingame-progress-bar-color", "name": "Custom In-Game Progress Bar Color", - "version": "1.6.0", + "version": "1.6.1", "developer": "catgirldev", "description": "Change your in-game progress bar color!", "settings": { From b1166869e7425b33d64491e8dd03ddb0cf693b5a Mon Sep 17 00:00:00 2001 From: Anh Nguyen <94160753+AnhNguyenlost13@users.noreply.github.com> Date: Thu, 16 Jan 2025 15:10:04 +0700 Subject: [PATCH 2/2] oops lol Signed-off-by: Anh Nguyen <94160753+AnhNguyenlost13@users.noreply.github.com> --- .github/workflows/multi-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/multi-platform.yml b/.github/workflows/multi-platform.yml index f197d43..6c9546f 100644 --- a/.github/workflows/multi-platform.yml +++ b/.github/workflows/multi-platform.yml @@ -80,7 +80,7 @@ jobs: git config --global user.email "actions@github.com" git config --global user.name "GitHub Actions" # Automatically modified files - git add mod.json changelog.md + git add mod.json changelog.md CMakeLists.txt git commit -m "[bot] Release ${{ env.VERSION_INPUT }}" || echo "No changes to commit!?" - name: Push changes to repository