We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c45a8e commit bd3198bCopy full SHA for bd3198b
CMakeLists.txt
@@ -22,7 +22,7 @@ else()
22
add_definitions(-DDEBUG_BUILD)
23
endif()
24
25
-project(PlatformerJoystick VERSION 1.0.0)
+project(PlatformerJoystick VERSION 1.0.4)
26
27
file(GLOB_RECURSE SOURCES CONFIGURE_DEPENDS
28
src/*.cpp
changelog.md
@@ -1,3 +1,5 @@
1
+# 1.0.4
2
+- Fix a crash when editing a start position
3
# 1.0.3
4
- Add helper to editor
5
# 1.0.0/1.0.1/1.0.2
mod.json
@@ -8,7 +8,7 @@
8
},
9
"id": "km7dev.platformerjoystick",
10
"name": "Platformer Joystick",
11
- "version": "v1.0.3",
+ "version": "v1.0.4",
12
"developer": "km7dev",
13
"description": "Adds a joystick to platformer mode.",
14
"dependencies": {
0 commit comments