Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RayDeeUx committed Mar 18, 2024
1 parent 3016818 commit 883d30d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -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.
- Initial release (for GitHub).
2 changes: 1 addition & 1 deletion mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 883d30d

Please sign in to comment.