Skip to content

Commit

Permalink
1.37
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTheMan827 committed Jun 9, 2024
1 parent 801b058 commit 1aae1f8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
4 changes: 2 additions & 2 deletions mod.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"id": "${mod_id}",
"modloader": "Scotland2",
"author": "DanTheMan827",
"version": "0.1.1",
"version": "0.1.2",
"packageId": "com.beatgames.beatsaber",
"packageVersion": "1.35.0_8016709773",
"packageVersion": "1.37.0_9064817954",
"description": "Hides the promo banner on the main screen.",
"dependencies": [],
"modFiles": ["${binary}"],
Expand Down
4 changes: 2 additions & 2 deletions 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.6",
"versionRange": "^5.1.7",
"additionalData": {}
},
{
Expand All @@ -53,7 +53,7 @@
},
{
"id": "bs-cordl",
"versionRange": "3500.*",
"versionRange": "3700.*",
"additionalData": {}
},
{
Expand Down
23 changes: 12 additions & 11 deletions qpm.shared.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dependencies": [
{
"id": "beatsaber-hook",
"versionRange": "^5.1.6",
"versionRange": "^5.1.7",
"additionalData": {}
},
{
Expand All @@ -54,7 +54,7 @@
},
{
"id": "bs-cordl",
"versionRange": "3500.*",
"versionRange": "3700.*",
"additionalData": {}
},
{
Expand All @@ -71,10 +71,10 @@
{
"dependency": {
"id": "bs-cordl",
"versionRange": "=3500.0.0",
"versionRange": "=3700.0.0",
"additionalData": {
"headersOnly": true,
"branchName": "version/v3500_0_0",
"branchName": "version/v3700_0_0",
"compileOptions": {
"includePaths": [
"include"
Expand All @@ -89,7 +89,7 @@
}
}
},
"version": "3500.0.0"
"version": "3700.0.0"
},
{
"dependency": {
Expand All @@ -116,23 +116,24 @@
"id": "libil2cpp",
"versionRange": "=0.3.2",
"additionalData": {
"headersOnly": true
"headersOnly": true,
"cmake": false
}
},
"version": "0.3.2"
},
{
"dependency": {
"id": "beatsaber-hook",
"versionRange": "=5.1.6",
"versionRange": "=5.1.7",
"additionalData": {
"soLink": "https://github.com/QuestPackageManager/beatsaber-hook/releases/download/v5.1.6/libbeatsaber-hook_5_1_6.so",
"debugSoLink": "https://github.com/QuestPackageManager/beatsaber-hook/releases/download/v5.1.6/debug_libbeatsaber-hook_5_1_6.so",
"branchName": "version/v5_1_6",
"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",
"cmake": true
}
},
"version": "5.1.6"
"version": "5.1.7"
},
{
"dependency": {
Expand Down

0 comments on commit 1aae1f8

Please sign in to comment.