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]