Skip to content

Commit bd3198b

Browse files
author
km7dev
committed
metadata
1 parent 8c45a8e commit bd3198b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ else()
2222
add_definitions(-DDEBUG_BUILD)
2323
endif()
2424

25-
project(PlatformerJoystick VERSION 1.0.0)
25+
project(PlatformerJoystick VERSION 1.0.4)
2626

2727
file(GLOB_RECURSE SOURCES CONFIGURE_DEPENDS
2828
src/*.cpp

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# 1.0.4
2+
- Fix a crash when editing a start position
13
# 1.0.3
24
- Add helper to editor
35
# 1.0.0/1.0.1/1.0.2

mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"id": "km7dev.platformerjoystick",
1010
"name": "Platformer Joystick",
11-
"version": "v1.0.3",
11+
"version": "v1.0.4",
1212
"developer": "km7dev",
1313
"description": "Adds a joystick to platformer mode.",
1414
"dependencies": {

0 commit comments

Comments
 (0)