Skip to content

Commit

Permalink
bump version to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Sep 13, 2024
1 parent fde0808 commit 53615e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64")
set(CMAKE_CXX_VISIBILITY_PRESET hidden)

project(CustomKeybinds VERSION 1.6.5)
project(CustomKeybinds VERSION 1.9.0)

file(GLOB SOURCES
src/*.hpp
Expand Down
2 changes: 1 addition & 1 deletion mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"win": "2.206",
"android": "2.206"
},
"version": "v1.8.0",
"version": "v1.9.0",
"id": "geode.custom-keybinds",
"name": "Custom Keybinds",
"developer": "Geode Team",
Expand Down

0 comments on commit 53615e9

Please sign in to comment.