Skip to content

Commit

Permalink
Bump beatsaber-hook
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTheMan827 committed Jun 28, 2024
1 parent 06beca4 commit a670c29
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion mod.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"coverImage:": "",
"modloader": "Scotland2",
"author": "DanTheMan827",
"version": "0.1.2",
"version": "0.1.3",
"packageId": "com.beatgames.beatsaber",
"packageVersion": "1.37.0_9064817954",
"description": "Hides the promo banner on the main screen.",
Expand Down
2 changes: 1 addition & 1 deletion qpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dependencies": [
{
"id": "beatsaber-hook",
"versionRange": "^5.1.7",
"versionRange": "^5.1.8",
"additionalData": {}
},
{
Expand Down
15 changes: 9 additions & 6 deletions qpm.shared.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@
"tomb": [
"pwsh ./scripts/pull-tombstone.ps1"
]
}
},
"qmodIncludeDirs": [],
"qmodIncludeFiles": [],
"qmodOutput": null
},
"dependencies": [
{
Expand Down Expand Up @@ -125,15 +128,15 @@
{
"dependency": {
"id": "beatsaber-hook",
"versionRange": "=5.1.7",
"versionRange": "=5.1.8",
"additionalData": {
"soLink": "https://github.com/QuestPackageManager/beatsaber-hook/releases/download/v5.1.7/libbeatsaber-hook_5_1_7.so",
"debugSoLink": "https://github.com/QuestPackageManager/beatsaber-hook/releases/download/v5.1.7/debug_libbeatsaber-hook_5_1_7.so",
"branchName": "version/v5_1_7",
"soLink": "https://github.com/QuestPackageManager/beatsaber-hook/releases/download/v5.1.8/libbeatsaber-hook_5_1_8.so",
"debugSoLink": "https://github.com/QuestPackageManager/beatsaber-hook/releases/download/v5.1.8/debug_libbeatsaber-hook_5_1_8.so",
"branchName": "version/v5_1_8",
"cmake": true
}
},
"version": "5.1.7"
"version": "5.1.8"
},
{
"dependency": {
Expand Down

0 comments on commit a670c29

Please sign in to comment.