Skip to content

Commit

Permalink
Update to 1.37
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatenshi committed Jul 11, 2024
1 parent c6801bc commit 9d4457a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# RandomSongPicker
![GitHub Downloads (all assets, latest release)](https://img.shields.io/github/downloads/tatenshi/RandomSongPicker/latest/total)
![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/tatenshi/RandomSongPicker/total)



Pick a random song!

Expand Down
12 changes: 6 additions & 6 deletions mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
"author": "Tatenshi",
"version": "0.4.0",
"packageId": "com.beatgames.beatsaber",
"packageVersion": "1.35.0_8016709773",
"packageVersion": "1.37.0_9064817954",
"description": "Adds a button, that picks a random song out of the current list",
"coverImage": "cover.jpg",
"dependencies": [
{
"version": "^0.17.2",
"version": "^0.17.10",
"id": "custom-types",
"downloadIfMissing": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.17.3/CustomTypes.qmod"
"downloadIfMissing": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.17.10/CustomTypes.qmod"
},
{
"version": "^0.4.16",
"version": "^0.4.43",
"id": "bsml",
"downloadIfMissing": "https://github.com/RedBrumbler/Quest-BSML/releases/download/v0.4.16/BSML.qmod"
"downloadIfMissing": "https://github.com/RedBrumbler/Quest-BSML/releases/download/v0.4.43/BSML.qmod"
},
{
"version": "^3.6.3",
Expand All @@ -31,7 +31,7 @@
"libRandomSongPicker.so"
],
"libraryFiles": [
"libbeatsaber-hook_5_1_2.so"
"libbeatsaber-hook_5_1_9.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 @@ -7,7 +7,7 @@
"version": "0.4.0",
"modloader": "Scotland2",
"packageId": "com.beatgames.beatsaber",
"packageVersion": "1.35.0_8016709773",
"packageVersion": "1.37.0_9064817954",
"coverImage": "cover.jpg",
"description": "Adds a button, that picks a random song out of the current list",
"dependencies": [],
Expand Down
8 changes: 4 additions & 4 deletions qpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": [
{
"id": "beatsaber-hook",
"versionRange": "^5.1.6",
"versionRange": "^5.1.9",
"additionalData": {}
},
{
Expand All @@ -27,12 +27,12 @@
},
{
"id": "bs-cordl",
"versionRange": "^3500.0.0",
"versionRange": "^3700.0.0",
"additionalData": {}
},
{
"id": "custom-types",
"versionRange": "^0.17.6",
"versionRange": "^0.17.10",
"additionalData": {}
},
{
Expand All @@ -42,7 +42,7 @@
},
{
"id": "bsml",
"versionRange": "^0.4.18",
"versionRange": "^0.4.43",
"additionalData": {}
},
{
Expand Down

0 comments on commit 9d4457a

Please sign in to comment.