Skip to content

Commit

Permalink
1.22.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatenshi committed Jun 3, 2022
1 parent 4b8c2bb commit fc7a27c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
4 changes: 2 additions & 2 deletions mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"author": "Tatenshi",
"version": "0.1.0",
"packageId": "com.beatgames.beatsaber",
"packageVersion": "1.21.0",
"packageVersion": "1.22.0",
"description": "Adds a button, that picks a random song out of the current list",
"dependencies": [],
"modFiles": [
"libRandomSongPicker.so"
],
"libraryFiles": [
"libbeatsaber-hook_3_7_4.so"
"libbeatsaber-hook_3_8_5.so"
],
"fileCopies": []
}
17 changes: 6 additions & 11 deletions qpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": [
{
"id": "beatsaber-hook",
"versionRange": "=3.7.4",
"versionRange": "^3.8.5",
"additionalData": {
"extraFiles": [
"src/inline-hook"
Expand All @@ -22,27 +22,22 @@
},
{
"id": "modloader",
"versionRange": "=1.2.3",
"versionRange": "^1.2.3",
"additionalData": {}
},
{
"id": "codegen",
"versionRange": "^0.22.0",
"versionRange": "^0.23.0",
"additionalData": {}
},
{
"id": "config-utils",
"versionRange": "^0.7.2",
"id": "custom-types",
"versionRange": "^0.15.12",
"additionalData": {}
},
{
"id": "questui",
"versionRange": "^0.13.5",
"additionalData": {}
},
{
"id": "custom-types",
"versionRange": "^0.15.9",
"versionRange": "^0.15.3",
"additionalData": {}
}
],
Expand Down

0 comments on commit fc7a27c

Please sign in to comment.