Skip to content

Commit

Permalink
update to BS 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
ComputerElite authored Apr 1, 2022
1 parent 0a0b7da commit 66e75f4
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
6 changes: 3 additions & 3 deletions mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"_QPVersion": "0.1.1",
"id": "RedBar",
"name": "RedBar",
"version": "1.8.0",
"version": "1.9.0",
"author": "ComputerElite",
"packageId": "com.beatgames.beatsaber",
"packageVersion": "1.20.0",
"packageVersion": "1.21.0",
"modFiles": [
"libRedBar_0_1_0.so"
],
"libraryFiles": [
"libbeatsaber-hook_3_6_8.so"
"libbeatsaber-hook_3_7_4.so"
],
"dependencies": [],
"fileCopies": []
Expand Down
40 changes: 20 additions & 20 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.6.8",
"versionRange": "^3.7.4",
"additionalData": {
"extraFiles": [
"src/inline-hook"
Expand All @@ -28,25 +28,25 @@
}
},
{
"id": "codegen",
"versionRange": "^0.21.0",
"additionalData": {}
},
{
"id": "questui",
"versionRange": "^0.13.2",
"additionalData": {}
},
{
"id": "custom-types",
"versionRange": "^0.15.7",
"additionalData": {}
},
{
"id": "config-utils",
"versionRange": "*",
"additionalData": {}
}
"id": "codegen",
"versionRange": "^0.22.0",
"additionalData": {}
},
{
"id": "questui",
"versionRange": "^0.13.5",
"additionalData": {}
},
{
"id": "custom-types",
"versionRange": "^0.15.9",
"additionalData": {}
},
{
"id": "config-utils",
"versionRange": "*",
"additionalData": {}
}
],
"additionalData": {

Expand Down

0 comments on commit 66e75f4

Please sign in to comment.