Skip to content

Commit 5590380

Browse files
committed
version bump
1 parent 607a42b commit 5590380

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set(CMAKE_CXX_VISIBILITY_PRESET hidden)
1010

1111
set(CMAKE_INTERPROCEDURAL_OPTIMIZATION ON)
1212

13-
project(jukebox VERSION 3.4.0)
13+
project(jukebox VERSION 3.5.0)
1414

1515
file(GLOB SOURCES
1616
jukebox/jukebox/ui/*.cpp

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v3.5.0-beta.2
4+
5+
* Bump Geode to v5.0.0-beta.4
6+
* Fix a crash on Android
7+
38
## v3.5.0-beta.1
49

510
* Port to Geometry Dash 2.2081 and Geode v5.0.0-beta.1

mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"geode": "5.0.0-beta.4",
3-
"version": "3.5.0-beta.1",
3+
"version": "3.5.0-beta.2",
44
"id": "fleym.nongd",
55
"name": "Jukebox",
66
"gd": {

0 commit comments

Comments
 (0)