Skip to content

Commit 021facb

Browse files
committed
Bump version 6.3.1
1 parent 3fc289e commit 021facb

File tree

3 files changed

+33
-33
lines changed

3 files changed

+33
-33
lines changed

mod.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"id": "chatplex-sdk-bs",
55
"modloader": "Scotland2",
66
"author": "HardCPP",
7-
"version": "6.3.0",
7+
"version": "6.3.1",
88
"packageId": "com.beatgames.beatsaber",
99
"packageVersion": "1.35.0_8016709773",
1010
"description": "ChatPlex BeatSaber modding SDK (Dependence for other mods)",
@@ -13,17 +13,17 @@
1313
{
1414
"version": "^0.17.6",
1515
"id": "custom-types",
16-
"downloadIfMissing": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.17.7/CustomTypes.qmod"
16+
"downloadIfMissing": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.17.8/CustomTypes.qmod"
1717
},
1818
{
1919
"version": "^0.4.20",
2020
"id": "bsml",
21-
"downloadIfMissing": "https://github.com/RedBrumbler/Quest-BSML/releases/download/v0.4.31/BSML.qmod"
21+
"downloadIfMissing": "https://github.com/RedBrumbler/Quest-BSML/releases/download/v0.4.41/BSML.qmod"
2222
},
2323
{
24-
"version": "=1.1.4",
24+
"version": "^1.1.9",
2525
"id": "songcore",
26-
"downloadIfMissing": "https://github.com/raineio/Quest-SongCore/releases/download/v1.1.4/SongCore.qmod"
26+
"downloadIfMissing": "https://github.com/raineio/Quest-SongCore/releases/download/v1.1.9/SongCore.qmod"
2727
},
2828
{
2929
"version": "^3.6.3",
@@ -36,7 +36,7 @@
3636
"libchatplex-sdk-bs.so"
3737
],
3838
"libraryFiles": [
39-
"libbeatsaber-hook_5_1_6.so"
39+
"libbeatsaber-hook_5_1_7.so"
4040
],
4141
"fileCopies": [],
4242
"copyExtensions": []

qpm.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"info": {
66
"name": "ChatPlexSDK-BS",
77
"id": "chatplex-sdk-bs",
8-
"version": "6.3.0",
8+
"version": "6.3.1",
99
"url": "https://github.com/hardcpp/QuestChatPlexSDK-BS",
1010
"additionalData": {
1111
"overrideSoName": "libchatplex-sdk-bs.so",
@@ -75,7 +75,7 @@
7575
},
7676
{
7777
"id": "songcore",
78-
"versionRange": "=1.1.4",
78+
"versionRange": "^1.1.9",
7979
"additionalData": {
8080
"private": true
8181
}

qpm.shared.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"info": {
77
"name": "ChatPlexSDK-BS",
88
"id": "chatplex-sdk-bs",
9-
"version": "6.3.0",
9+
"version": "6.3.1",
1010
"url": "https://github.com/hardcpp/QuestChatPlexSDK-BS",
1111
"additionalData": {
1212
"overrideSoName": "libchatplex-sdk-bs.so",
@@ -79,7 +79,7 @@
7979
},
8080
{
8181
"id": "songcore",
82-
"versionRange": "=1.1.4",
82+
"versionRange": "^1.1.9",
8383
"additionalData": {
8484
"private": true
8585
}
@@ -138,28 +138,28 @@
138138
{
139139
"dependency": {
140140
"id": "bsml",
141-
"versionRange": "=0.4.31",
141+
"versionRange": "=0.4.41",
142142
"additionalData": {
143-
"soLink": "https://github.com/RedBrumbler/Quest-BSML/releases/download/v0.4.31/libbsml.so",
144-
"debugSoLink": "https://github.com/RedBrumbler/Quest-BSML/releases/download/v0.4.31/debug_libbsml.so",
143+
"soLink": "https://github.com/RedBrumbler/Quest-BSML/releases/download/v0.4.41/libbsml.so",
144+
"debugSoLink": "https://github.com/RedBrumbler/Quest-BSML/releases/download/v0.4.41/debug_libbsml.so",
145145
"overrideSoName": "libbsml.so",
146-
"modLink": "https://github.com/RedBrumbler/Quest-BSML/releases/download/v0.4.31/BSML.qmod",
147-
"branchName": "version/v0_4_31",
146+
"modLink": "https://github.com/RedBrumbler/Quest-BSML/releases/download/v0.4.41/BSML.qmod",
147+
"branchName": "version/v0_4_41",
148148
"cmake": true
149149
}
150150
},
151-
"version": "0.4.31"
151+
"version": "0.4.41"
152152
},
153153
{
154154
"dependency": {
155155
"id": "custom-types",
156-
"versionRange": "=0.17.7",
156+
"versionRange": "=0.17.8",
157157
"additionalData": {
158-
"soLink": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.17.7/libcustom-types.so",
159-
"debugSoLink": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.17.7/debug_libcustom-types.so",
158+
"soLink": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.17.8/libcustom-types.so",
159+
"debugSoLink": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.17.8/debug_libcustom-types.so",
160160
"overrideSoName": "libcustom-types.so",
161-
"modLink": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.17.7/CustomTypes.qmod",
162-
"branchName": "version/v0_17_7",
161+
"modLink": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.17.8/CustomTypes.qmod",
162+
"branchName": "version/v0_17_8",
163163
"compileOptions": {
164164
"cppFlags": [
165165
"-Wno-invalid-offsetof"
@@ -168,7 +168,7 @@
168168
"cmake": true
169169
}
170170
},
171-
"version": "0.17.7"
171+
"version": "0.17.8"
172172
},
173173
{
174174
"dependency": {
@@ -225,29 +225,29 @@
225225
{
226226
"dependency": {
227227
"id": "songcore",
228-
"versionRange": "=1.1.4",
228+
"versionRange": "=1.1.9",
229229
"additionalData": {
230-
"soLink": "https://github.com/raineio/Quest-SongCore/releases/download/v1.1.4/libsongcore.so",
231-
"debugSoLink": "https://github.com/raineio/Quest-SongCore/releases/download/v1.1.4/debug_libsongcore.so",
230+
"soLink": "https://github.com/raineio/Quest-SongCore/releases/download/v1.1.9/libsongcore.so",
231+
"debugSoLink": "https://github.com/raineio/Quest-SongCore/releases/download/v1.1.9/debug_libsongcore.so",
232232
"overrideSoName": "libsongcore.so",
233-
"modLink": "https://github.com/raineio/Quest-SongCore/releases/download/v1.1.4/SongCore.qmod",
234-
"branchName": "version/v1_1_4"
233+
"modLink": "https://github.com/raineio/Quest-SongCore/releases/download/v1.1.9/SongCore.qmod",
234+
"branchName": "version/v1_1_9"
235235
}
236236
},
237-
"version": "1.1.4"
237+
"version": "1.1.9"
238238
},
239239
{
240240
"dependency": {
241241
"id": "beatsaber-hook",
242-
"versionRange": "=5.1.6",
242+
"versionRange": "=5.1.7",
243243
"additionalData": {
244-
"soLink": "https://github.com/QuestPackageManager/beatsaber-hook/releases/download/v5.1.6/libbeatsaber-hook_5_1_6.so",
245-
"debugSoLink": "https://github.com/QuestPackageManager/beatsaber-hook/releases/download/v5.1.6/debug_libbeatsaber-hook_5_1_6.so",
246-
"branchName": "version/v5_1_6",
244+
"soLink": "https://github.com/QuestPackageManager/beatsaber-hook/releases/download/v5.1.7/libbeatsaber-hook_5_1_7.so",
245+
"debugSoLink": "https://github.com/QuestPackageManager/beatsaber-hook/releases/download/v5.1.7/debug_libbeatsaber-hook_5_1_7.so",
246+
"branchName": "version/v5_1_7",
247247
"cmake": true
248248
}
249249
},
250-
"version": "5.1.6"
250+
"version": "5.1.7"
251251
},
252252
{
253253
"dependency": {

0 commit comments

Comments
 (0)