Skip to content

Commit

Permalink
Merge pull request #5 from DanTheMan827-BeatSaber/dev/1.40.3_4614
Browse files Browse the repository at this point in the history
Bump for 1.40.3
  • Loading branch information
Fernthedev authored Mar 3, 2025
2 parents 8e963ca + 11045c1 commit 997b294
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 22 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 @@
"author": "RedBrumbler",
"version": "${version}",
"packageId": "com.beatgames.beatsaber",
"packageVersion": "1.40.2_4113",
"packageVersion": "1.40.3_4614",
"coverImage": "cover.png",
"description": "Library that parses BeatSaber Markup Language to create UI elements",
"dependencies": [],
Expand Down
19 changes: 12 additions & 7 deletions qpm.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/QuestPackageManager/QPM.Package/refs/heads/main/qpm.schema.json",
"version": "0.4.0",
"sharedDir": "shared",
"dependenciesDir": "extern",
Expand Down Expand Up @@ -32,9 +33,13 @@
"pwsh ./scripts/createqmod.ps1 BSML -clean"
]
},
"qmodIncludeDirs": [],
"ndk": "^27.2.12479018",
"qmodIncludeDirs": [
"build",
"extern/libs"
],
"qmodIncludeFiles": [],
"qmodOutput": null
"qmodOutput": "./BSML.qmod"
},
"dependencies": [
{
Expand All @@ -49,25 +54,25 @@
},
{
"id": "bs-cordl",
"versionRange": "^4020.0.0",
"versionRange": "^4030.0.0",
"additionalData": {}
},
{
"id": "custom-types",
"versionRange": "^0.18.0",
"versionRange": "^0.18.2",
"additionalData": {}
},
{
"id": "scotland2",
"versionRange": "^0.1.4",
"versionRange": "^0.1.6",
"additionalData": {
"includeQmod": false,
"private": true
}
},
{
"id": "paper2_scotland2",
"versionRange": "^4.0.0",
"versionRange": "^4.6.1",
"additionalData": {
"private": true
}
Expand All @@ -92,4 +97,4 @@
}
}
]
}
}
33 changes: 19 additions & 14 deletions qpm.shared.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/QuestPackageManager/QPM.Package/refs/heads/main/qpm.shared.schema.json",
"config": {
"version": "0.4.0",
"sharedDir": "shared",
Expand Down Expand Up @@ -33,9 +34,13 @@
"pwsh ./scripts/createqmod.ps1 BSML -clean"
]
},
"qmodIncludeDirs": [],
"ndk": "^27.2.12479018",
"qmodIncludeDirs": [
"build",
"extern/libs"
],
"qmodIncludeFiles": [],
"qmodOutput": null
"qmodOutput": "./BSML.qmod"
},
"dependencies": [
{
Expand All @@ -50,25 +55,25 @@
},
{
"id": "bs-cordl",
"versionRange": "^4020.0.0",
"versionRange": "^4030.0.0",
"additionalData": {}
},
{
"id": "custom-types",
"versionRange": "^0.18.0",
"versionRange": "^0.18.2",
"additionalData": {}
},
{
"id": "scotland2",
"versionRange": "^0.1.4",
"versionRange": "^0.1.6",
"additionalData": {
"includeQmod": false,
"private": true
}
},
{
"id": "paper2_scotland2",
"versionRange": "^4.0.0",
"versionRange": "^4.6.1",
"additionalData": {
"private": true
}
Expand Down Expand Up @@ -98,12 +103,12 @@
{
"dependency": {
"id": "paper2_scotland2",
"versionRange": "=4.5.0",
"versionRange": "=4.6.1",
"additionalData": {
"soLink": "https://github.com/Fernthedev/paperlog/releases/download/v4.5.0/libpaper2_scotland2.so",
"soLink": "https://github.com/Fernthedev/paperlog/releases/download/v4.6.1/libpaper2_scotland2.so",
"overrideSoName": "libpaper2_scotland2.so",
"modLink": "https://github.com/Fernthedev/paperlog/releases/download/v4.5.0/paper2_scotland2.qmod",
"branchName": "version/v4_5_0",
"modLink": "https://github.com/Fernthedev/paperlog/releases/download/v4.6.1/paper2_scotland2.qmod",
"branchName": "version/v4_6_1",
"compileOptions": {
"systemIncludes": [
"shared/utfcpp/source"
Expand All @@ -112,7 +117,7 @@
"cmake": false
}
},
"version": "4.5.0"
"version": "4.6.1"
},
{
"dependency": {
Expand Down Expand Up @@ -184,10 +189,10 @@
{
"dependency": {
"id": "bs-cordl",
"versionRange": "=4020.0.0",
"versionRange": "=4030.0.0",
"additionalData": {
"headersOnly": true,
"branchName": "version/v4020_0_0",
"branchName": "version/v4030_0_0",
"compileOptions": {
"includePaths": [
"include"
Expand All @@ -203,7 +208,7 @@
}
}
},
"version": "4020.0.0"
"version": "4030.0.0"
},
{
"dependency": {
Expand Down

0 comments on commit 997b294

Please sign in to comment.