Skip to content

Commit 2c6ea78

Browse files
committed
bump version to 3.5.0-beta.1
1 parent 16e0fd1 commit 2c6ea78

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

changelog.md

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

3+
## v3.5.0-beta.1
4+
5+
* Port to Geometry Dash 2.2081 and Geode v5.0.0-beta.1
6+
* Optimizations to song downloads and metadata fetching
7+
* Optimizations to memory operations
8+
* Updated Song File Hub discord link
9+
310
## v3.4.0
411

512
* Add a "Paste" button in `NongAddPopup` for mobile platforms

mod.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"geode": "5.0.0-beta.1",
3-
"version": "3.4.0",
3+
"version": "3.5.0-beta.1",
44
"id": "fleym.nongd",
55
"name": "Jukebox",
66
"gd": {
77
"win": "2.2081",
88
"mac": "2.2081",
9-
"ios": "2.2074",
10-
"android": "2.2074"
9+
"ios": "2.2081",
10+
"android": "2.2081"
1111
},
1212
"developers": [
1313
"Fleym",
@@ -20,7 +20,7 @@
2020
"source": "https://github.com/Fleeym/jukebox"
2121
},
2222
"issues": {
23-
"info": "For any issues regarding this mod, send me a message on my discord: 'fleeym'. If you can, please give the level or song ID you are having problems with.",
23+
"info": "For any issues regarding this mod, send me a message on my discord: 'fleeym', or open an issue on the project's GitHub. If you can, please give the level or song ID that you are having problems with.",
2424
"url": "https://github.com/Fleeym/jukebox/issues"
2525
},
2626
"tags": [

0 commit comments

Comments
 (0)