From 883d30da2d99897b0e23d0c128940f9df6d8ad8e Mon Sep 17 00:00:00 2001 From: Erymanthus | RayDeeUx <51521765+RayDeeUx@users.noreply.github.com> Date: Mon, 18 Mar 2024 17:11:08 -0400 Subject: [PATCH] v1.1.0 --- CMakeLists.txt | 2 +- changelog.md | 6 +++++- mod.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5467456..b9e82e2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON) set(CMAKE_OSX_ARCHITECTURES "x86_64") set(CMAKE_CXX_VISIBILITY_PRESET hidden) -project(DisturbingNewBests VERSION 1.0.0) +project(DisturbingNewBests VERSION 1.1.0) add_library(${PROJECT_NAME} SHARED src/main.cpp diff --git a/changelog.md b/changelog.md index d794a57..6ca0cbf 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ # DisturbingNewBests Changelog +## v1.1.0 +- Added linewrapping support. Thanks sofabeddd! +- Added option to hide rewards animation on death. +- *Technically*, this is the initial release for the Geode index, but there have been several notable changes between v1.0.0 and v1.1.0 that it's best to release a new version now to make sure everyone updates to this verion. ## v1.0.0 -- Initial release. \ No newline at end of file +- Initial release (for GitHub). \ No newline at end of file diff --git a/mod.json b/mod.json index 12f387c..cd01980 100644 --- a/mod.json +++ b/mod.json @@ -5,7 +5,7 @@ "android": "2.205", "win": "2.204" }, - "version": "v1.0.0", + "version": "v1.1.0", "id": "raydeeux.disturbingnewbests", "name": "DisturbingNewBests", "developers": ["RayDeeUx", "sofabeddd"],