Skip to content

Commit

Permalink
I am beyond infuriated (Closes #18)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiimjasmine00 committed Dec 24, 2024
1 parent 1a5dae7 commit 3c7d816
Show file tree
Hide file tree
Showing 3 changed files with 6 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;arm64")
set(CMAKE_CXX_VISIBILITY_PRESET hidden)

project(MoreIcons VERSION 1.5.2)
project(MoreIcons VERSION 1.5.3)

add_library(${PROJECT_NAME} SHARED
src/api/MoreIconsAPI.cpp
Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# More Icons Changelog
## v1.5.3 (2024-12-24)
- Fixed a bug where the game would crash when using a custom trail on macOS ([#18](https://github.com/hiimjustin000/MoreIcons/issues/18))

## v1.5.2 (2024-12-11)
- Fixed a bug where selecting a new icon would not work properly in the icon kit

Expand Down
4 changes: 2 additions & 2 deletions mod.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"geode": "4.0.1",
"geode": "4.1.1",
"gd": {
"android": "2.2074",
"win": "2.2074",
"mac": "2.2074"
},
"version": "v1.5.2",
"version": "v1.5.3",
"id": "hiimjustin000.more_icons",
"name": "More Icons",
"developer": "hiimjustin000",
Expand Down

0 comments on commit 3c7d816

Please sign in to comment.