Skip to content

Commit ad38808

Browse files
committed
1.0..4
1 parent 5cf2d03 commit ad38808

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set(CMAKE_CXX_VISIBILITY_PRESET hidden)
66

77
set(CMAKE_SUPPRESS_DEVELOPER_WARNINGS 1 CACHE INTERNAL "Suppress cmake developer mode warnings")
88

9-
project(EventLevels VERSION 1.0.3)
9+
project(EventLevels VERSION 1.0.4)
1010

1111
add_library(${PROJECT_NAME} SHARED
1212
src/main.cpp

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Event Levels changelog
22

3+
## 1.0.4
4+
- Made the stupid joke when skipping an event level an option (thanks [polskidevv](https://github.com/polskidevv))
5+
- Bumped Geode version
6+
37
## 1.0.3
48
- Add disclaimer to the about page (sorry)
59

mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"id": "timestepyt.eventlevels",
1010
"name": "Event Levels",
11-
"version": "v1.0.3",
11+
"version": "v1.0.4",
1212
"developer": "TimeStepYT",
1313
"description": "Allows you to use the Event Levels button",
1414
"repository": "https://github.com/Reinmmar/EventLevels",

0 commit comments

Comments
 (0)