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 fbf918e commit 0bf546e
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 48 deletions.
14 changes: 7 additions & 7 deletions mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
"id": "ClockMod",
"modloader": "Scotland2",
"author": "BoopetyDoopety, EnderdracheLP",
"version": "1.9.0",
"version": "1.9.0-Dev",
"packageId": "com.beatgames.beatsaber",
"packageVersion": "1.35.0_8016709773",
"packageVersion": "1.37.0_9064817954",
"description": "Displays the time in game. Alternatively also the Battery Percentage",
"coverImage": "Cover.jpg",
"dependencies": [
{
"version": "^0.17.7",
"version": "^0.17.8",
"id": "custom-types",
"downloadIfMissing": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.17.7/CustomTypes.qmod"
"downloadIfMissing": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.17.8/CustomTypes.qmod"
},
{
"version": "^0.4.31",
"version": "^0.4.34",
"id": "bsml",
"downloadIfMissing": "https://github.com/RedBrumbler/Quest-BSML/releases/download/v0.4.31/BSML.qmod"
"downloadIfMissing": "https://github.com/RedBrumbler/Quest-BSML/releases/download/v0.4.34/BSML.qmod"
},
{
"version": "^3.6.3",
Expand All @@ -31,7 +31,7 @@
"libClockMod.so"
],
"libraryFiles": [
"libbeatsaber-hook_5_1_6.so"
"libbeatsaber-hook_5_1_7.so"
],
"fileCopies": [],
"copyExtensions": []
Expand Down
4 changes: 2 additions & 2 deletions mod.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"modloader": "Scotland2",
"version": "${version}",
"packageId": "com.beatgames.beatsaber",
"packageVersion": "1.35.0_8016709773",
"packageVersion": "1.37.0_9064817954",
"description": "Displays the time in game. Alternatively also the Battery Percentage",
"coverImage": "Cover.jpg",
"dependencies": [],
Expand All @@ -18,4 +18,4 @@
"libraryFiles": [],
"fileCopies": [],
"copyExtensions": []
}
}
10 changes: 5 additions & 5 deletions qpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"info": {
"name": "Clock Mod",
"id": "ClockMod",
"version": "1.9.0",
"version": "1.9.0-Dev",
"url": null,
"additionalData": {
"overrideSoName": "libClockMod.so",
Expand All @@ -18,7 +18,7 @@
"dependencies": [
{
"id": "beatsaber-hook",
"versionRange": "^5.1.6",
"versionRange": "^5.1.7",
"additionalData": {}
},
{
Expand All @@ -31,17 +31,17 @@
},
{
"id": "bs-cordl",
"versionRange": "^3500.0.0",
"versionRange": "^3700.0.0",
"additionalData": {}
},
{
"id": "custom-types",
"versionRange": "^0.17.7",
"versionRange": "^0.17.8",
"additionalData": {}
},
{
"id": "bsml",
"versionRange": "^0.4.31",
"versionRange": "^0.4.34",
"additionalData": {}
},
{
Expand Down
68 changes: 34 additions & 34 deletions qpm.shared.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"info": {
"name": "Clock Mod",
"id": "ClockMod",
"version": "1.9.0",
"version": "1.9.0-Dev",
"url": null,
"additionalData": {
"overrideSoName": "libClockMod.so",
Expand All @@ -19,7 +19,7 @@
"dependencies": [
{
"id": "beatsaber-hook",
"versionRange": "^5.1.6",
"versionRange": "^5.1.7",
"additionalData": {}
},
{
Expand All @@ -32,17 +32,17 @@
},
{
"id": "bs-cordl",
"versionRange": "^3500.0.0",
"versionRange": "^3700.0.0",
"additionalData": {}
},
{
"id": "custom-types",
"versionRange": "^0.17.7",
"versionRange": "^0.17.8",
"additionalData": {}
},
{
"id": "bsml",
"versionRange": "^0.4.31",
"versionRange": "^0.4.34",
"additionalData": {}
},
{
Expand Down Expand Up @@ -81,17 +81,17 @@
{
"dependency": {
"id": "bsml",
"versionRange": "=0.4.31",
"versionRange": "=0.4.34",
"additionalData": {
"soLink": "https://github.com/RedBrumbler/Quest-BSML/releases/download/v0.4.31/libbsml.so",
"debugSoLink": "https://github.com/RedBrumbler/Quest-BSML/releases/download/v0.4.31/debug_libbsml.so",
"soLink": "https://github.com/RedBrumbler/Quest-BSML/releases/download/v0.4.34/libbsml.so",
"debugSoLink": "https://github.com/RedBrumbler/Quest-BSML/releases/download/v0.4.34/debug_libbsml.so",
"overrideSoName": "libbsml.so",
"modLink": "https://github.com/RedBrumbler/Quest-BSML/releases/download/v0.4.31/BSML.qmod",
"branchName": "version/v0_4_31",
"modLink": "https://github.com/RedBrumbler/Quest-BSML/releases/download/v0.4.34/BSML.qmod",
"branchName": "version/v0_4_34",
"cmake": true
}
},
"version": "0.4.31"
"version": "0.4.34"
},
{
"dependency": {
Expand All @@ -110,13 +110,13 @@
{
"dependency": {
"id": "custom-types",
"versionRange": "=0.17.7",
"versionRange": "=0.17.8",
"additionalData": {
"soLink": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.17.7/libcustom-types.so",
"debugSoLink": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.17.7/debug_libcustom-types.so",
"soLink": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.17.8/libcustom-types.so",
"debugSoLink": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.17.8/debug_libcustom-types.so",
"overrideSoName": "libcustom-types.so",
"modLink": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.17.7/CustomTypes.qmod",
"branchName": "version/v0_17_7",
"modLink": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.17.8/CustomTypes.qmod",
"branchName": "version/v0_17_8",
"compileOptions": {
"cppFlags": [
"-Wno-invalid-offsetof"
Expand All @@ -125,38 +125,38 @@
"cmake": true
}
},
"version": "0.17.7"
"version": "0.17.8"
},
{
"dependency": {
"id": "rapidjson-macros",
"versionRange": "=1.2.1",
"id": "libil2cpp",
"versionRange": "=0.3.2",
"additionalData": {
"headersOnly": true,
"branchName": "version/v1_2_1",
"cmake": true
"cmake": false
}
},
"version": "1.2.1"
"version": "0.3.2"
},
{
"dependency": {
"id": "libil2cpp",
"versionRange": "=0.3.2",
"id": "rapidjson-macros",
"versionRange": "=1.2.1",
"additionalData": {
"headersOnly": true,
"cmake": false
"branchName": "version/v1_2_1",
"cmake": true
}
},
"version": "0.3.2"
"version": "1.2.1"
},
{
"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 @@ -171,20 +171,20 @@
}
}
},
"version": "3500.0.0"
"version": "3700.0.0"
},
{
"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 0bf546e

Please sign in to comment.