Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatenshi committed Mar 28, 2024
1 parent 03e0eea commit 6576bd2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
"id": "RandomSongPicker",
"modloader": "Scotland2",
"author": "Tatenshi",
"version": "0.3.1",
"version": "0.4.0",
"packageId": "com.beatgames.beatsaber",
"packageVersion": "1.35.0_8016709773",
"description": "Adds a button, that picks a random song out of the current list",
"coverImage": "cover.jpg",
"dependencies": [
{
"version": "^0.17.6",
"version": "^0.17.2",
"id": "custom-types",
"downloadIfMissing": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.17.6/CustomTypes.qmod"
"downloadIfMissing": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.17.3/CustomTypes.qmod"
},
{
"version": "^0.4.16",
"id": "bsml",
"downloadIfMissing": "https://github.com/RedBrumbler/Quest-BSML/releases/download/v0.4.18/BSML.qmod"
"downloadIfMissing": "https://github.com/RedBrumbler/Quest-BSML/releases/download/v0.4.16/BSML.qmod"
},
{
"version": "^3.6.3",
Expand All @@ -31,7 +31,7 @@
"libRandomSongPicker.so"
],
"libraryFiles": [
"libbeatsaber-hook_5_1_6.so"
"libbeatsaber-hook_5_1_2.so"
],
"fileCopies": [],
"copyExtensions": []
Expand Down
2 changes: 1 addition & 1 deletion mod.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "${mod_name}",
"id": "${mod_id}",
"author": "Tatenshi",
"version": "0.3.1",
"version": "0.4.0",
"modloader": "Scotland2",
"packageId": "com.beatgames.beatsaber",
"packageVersion": "1.35.0_8016709773",
Expand Down
2 changes: 1 addition & 1 deletion qpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"info": {
"name": "RandomSongPicker",
"id": "RandomSongPicker",
"version": "0.1.0",
"version": "0.4.0",
"url": null,
"additionalData": {
"cmake": true,
Expand Down

0 comments on commit 6576bd2

Please sign in to comment.