Skip to content

Commit 2f78215

Browse files
committed
don't forget the version number
1 parent 7a4cf2b commit 2f78215

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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.2)
9+
project(EventLevels VERSION 1.0.3)
1010

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

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.2",
11+
"version": "v1.0.3",
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)