From feeba1f580c5e698b4ae6393fbdf597acb578247 Mon Sep 17 00:00:00 2001 From: apple1417 Date: Tue, 17 Jun 2025 17:28:53 +1200 Subject: [PATCH] bump version number --- changelog.md | 6 ++++++ manager_pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index e60cbd2..f382018 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,12 @@ # Changelog +## v1.10 (Upcoming) +Increased the visual version number. This also fixes the "update available" notification still +showing. + ## v1.9: Minor Kong +Note this version was mistakenly released without increasing the visual version number, it still +displayed as v1.8. ### BL3 Mod Menu v1.7 - Upgraded to support unrealsdk v2.0.0 diff --git a/manager_pyproject.toml b/manager_pyproject.toml index 296558e..0f505ea 100644 --- a/manager_pyproject.toml +++ b/manager_pyproject.toml @@ -5,7 +5,7 @@ [project] name = "oak_mod_manager" -version = "1.8" +version = "1.10" authors = [{ name = "bl-sdk" }] [tool.sdkmod]