Skip to content

Commit 3a63ed6

Browse files
committed
1.0.2
1 parent d4d2bef commit 3a63ed6

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
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.0)
9+
project(EventLevels VERSION 1.0.2)
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.1",
11+
"version": "v1.0.2",
1212
"developer": "TimeStepYT",
1313
"description": "Allows you to use the Event Levels button",
1414
"repository": "https://github.com/Reinmmar/EventLevels",

src/main.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@ class $modify(MyCreatorLayer, CreatorLayer) {
1818
static_cast<CCMenuItemSpriteExtra*>(eventButtonNode)->setSprite(newSprite);
1919
return true;
2020
}
21-
};
22-
21+
};

0 commit comments

Comments
 (0)