From e417f4130c5b2ef8778ed41e2f0474cb65467506 Mon Sep 17 00:00:00 2001 From: ! Freaku <92618708+Freaku17@users.noreply.github.com> Date: Mon, 11 Dec 2023 21:17:22 +0530 Subject: [PATCH 1/2] Fix a unnoticed typo --- CHANGELOG.md | 4 ++++ index.json | 1 + plugin_manager.py | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b2423f..2ca4b87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Plugin Manager (dd-mm-yyyy) +### 1.0.5 (11-12-2023) + +- Fix a typo. + ### 1.0.4 (08-12-2023) - Fix a few UI warnings related to 1.7.30. diff --git a/index.json b/index.json index df80cfe..16e9130 100644 --- a/index.json +++ b/index.json @@ -1,6 +1,7 @@ { "plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py", "versions": { + "1.0.5": null, "1.0.4": { "api_version": 8, "commit_sha": "94abe80", diff --git a/plugin_manager.py b/plugin_manager.py index 119d01d..6478c32 100644 --- a/plugin_manager.py +++ b/plugin_manager.py @@ -63,7 +63,7 @@ if TARGET_BALLISTICA_BUILD < 21282: babase.app.env.arcade_mode = babase.app.arcade_mode babase.app.env.headless_mode = babase.app.arcade_mode babase.app.env.demo_mode = babase.app.demo_mode - babase.app.env.protocl_version = babase.app.protocol_version + babase.app.env.protocol_version = babase.app.protocol_version _env = _babase.env() From 30061db28dd104eb88ea942af4edf1a970f86816 Mon Sep 17 00:00:00 2001 From: Freaku17 Date: Mon, 11 Dec 2023 15:48:43 +0000 Subject: [PATCH 2/2] [ci] apply-version-metadata --- index.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/index.json b/index.json index 16e9130..a43348c 100644 --- a/index.json +++ b/index.json @@ -1,7 +1,12 @@ { "plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py", "versions": { - "1.0.5": null, + "1.0.5": { + "api_version": 8, + "commit_sha": "e417f41", + "released_on": "11-12-2023", + "md5sum": "3a27fb8fd11bc59ae6f2f2655bb151f3" + }, "1.0.4": { "api_version": 8, "commit_sha": "94abe80",