Skip to content

Commit 6658f90

Browse files
committed
github link
1 parent e8e7ba3 commit 6658f90

File tree

3 files changed

+34
-28
lines changed

3 files changed

+34
-28
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.4)
9+
project(EventLevels VERSION 1.0.5)
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.5
4+
- Fixed github repo link because I changed my username
5+
- Bumped Geode version
6+
37
## 1.0.4
48
- Made the stupid joke when skipping an event level an option (thanks [polskidevv](https://github.com/polskidevv))
59
- Bumped Geode version

mod.json

Lines changed: 29 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
{
2-
"geode": "3.4.0",
3-
"gd": {
4-
"win": "2.206",
5-
"android": "2.206",
6-
"mac": "2.206",
7-
"ios": "2.206"
8-
},
9-
"id": "timestepyt.eventlevels",
10-
"name": "Event Levels",
11-
"version": "v1.0.4",
12-
"developer": "TimeStepYT",
13-
"description": "Allows you to use the Event Levels button",
14-
"repository": "https://github.com/Reinmmar/EventLevels",
2+
"geode": "3.7.1",
3+
"gd": {
4+
"win": "2.206",
5+
"android": "2.206",
6+
"mac": "2.206",
7+
"ios": "2.206"
8+
},
9+
"id": "timestepyt.eventlevels",
10+
"name": "Event Levels",
11+
"version": "v1.0.5",
12+
"developer": "TimeStepYT",
13+
"description": "Allows you to use the Event Levels button",
14+
"links": {
15+
"source": "https://github.com/TimeStepYT/EventLevels"
16+
},
1517
"tags": ["interface", "customization"],
1618
"dependencies": [
1719
{
@@ -20,19 +22,19 @@
2022
"version": ">=v1.10.0"
2123
}
2224
],
23-
"settings": {
24-
"useDaily": {
25-
"name": "Modified Daily Page",
26-
"description": "Use a modified version of the <co>Daily Page</c>. Turn off for broken original <cp>Event Levels</c> page",
27-
"type": "bool",
28-
"default": true
29-
},
30-
"enablePopup": {
31-
"name": "Secret Skip Popup",
32-
"description": "Enables secret popup when trying to skip an <cp>Event Level</c>",
33-
"type": "bool",
25+
"settings": {
26+
"useDaily": {
27+
"name": "Modified Daily Page",
28+
"description": "Use a modified version of the <co>Daily Page</c>. Turn off for broken original <cp>Event Levels</c> page",
29+
"type": "bool",
30+
"default": true
31+
},
32+
"enablePopup": {
33+
"name": "Secret Skip Popup",
34+
"description": "Enables secret popup when trying to skip an <cp>Event Level</c>",
35+
"type": "bool",
3436
"platforms": ["win", "android"],
35-
"default": false
36-
}
37-
}
37+
"default": false
38+
}
39+
}
3840
}

0 commit comments

Comments
 (0)