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 a298e35 commit 7f71565
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 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(WholesomeEndTexts VERSION 1.0.0)
project(WholesomeEndTexts VERSION 1.1.0)

add_library(${PROJECT_NAME} SHARED
src/main.cpp
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# WholesomeEndTexts Changelog
## v1.1.0
- Added compat with GDMO's "Endscreen Info" option.
- Added option to hide QOLMod's "Hide Endscreen" buttons.
- Added "Max Scale" option.
- *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.
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.wholesomeendtexts",
"name": "WholesomeEndTexts",
"developers": ["RayDeeUx", "sofabeddd"],
Expand Down

0 comments on commit 7f71565

Please sign in to comment.