Skip to content

Commit c44130a

Browse files
committed
Bump version to v1.0.2-v6.2.0 and fix mod.json
1 parent 233dab3 commit c44130a

File tree

4 files changed

+16
-11
lines changed

4 files changed

+16
-11
lines changed

mod.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"name": "ChatPlexSDK-BS",
44
"id": "chatplex-sdk-bs",
55
"author": "HardCPP",
6-
"version": "1.0.1-v6.2.0",
6+
"version": "1.0.2-v6.2.0",
7+
"packageId": "com.beatgames.beatsaber",
8+
"packageVersion": "1.28.0_4124311467",
79
"description": "ChatPlex BeatSaber modding SDK (Dependence for other mods)",
810
"coverImage": "cover.png",
911
"dependencies": [

mod.template.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/Lauriethefish/QuestPatcher.QMod/main/QuestPatcher.QMod/Resources/qmod.schema.json",
23
"_QPVersion": "0.1.2",
34
"name": "${mod_name}",
45
"id": "${mod_id}",
56
"author": "HardCPP",
67
"version": "${version}",
8+
"packageId": "com.beatgames.beatsaber",
9+
"packageVersion": "1.28.0_4124311467",
710
"description": "ChatPlex BeatSaber modding SDK (Dependence for other mods)",
811
"coverImage": "cover.png",
912
"dependencies": [],

qpm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"info": {
55
"name": "ChatPlexSDK-BS",
66
"id": "chatplex-sdk-bs",
7-
"version": "1.0.1-v6.2.0",
7+
"version": "1.0.2-v6.2.0",
88
"url": "https://github.com/hardcpp/QuestChatPlexSDK-BS",
99
"additionalData": {
1010
"overrideSoName": "libchatplex-sdk-bs.so",

qpm.shared.json

Lines changed: 9 additions & 9 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": "1.0.1-v6.2.0",
8+
"version": "1.0.2-v6.2.0",
99
"url": "https://github.com/hardcpp/QuestChatPlexSDK-BS",
1010
"additionalData": {
1111
"overrideSoName": "libchatplex-sdk-bs.so",
@@ -66,26 +66,26 @@
6666
],
6767
"workspace": {
6868
"scripts": {
69-
"qmod": [
69+
"qmod_backup": [
7070
"pwsh ./build.ps1 -clean",
71+
"qpm qmod build",
7172
"pwsh ./createqmod.ps1 -clean"
7273
],
7374
"copy": [
7475
"pwsh ./copy.ps1"
7576
],
76-
"build": [
77-
"pwsh ./build.ps1"
77+
"qmod": [
78+
"pwsh ./build.ps1 -clean",
79+
"pwsh ./createqmod.ps1 -clean"
7880
],
7981
"log": [
8082
"pwsh ./start-logging.ps1"
8183
],
84+
"build": [
85+
"pwsh ./build.ps1"
86+
],
8287
"clean": [
8388
"pwsh ./build.ps1 -clean"
84-
],
85-
"qmod_backup": [
86-
"pwsh ./build.ps1 -clean",
87-
"qpm qmod build",
88-
"pwsh ./createqmod.ps1 -clean"
8989
]
9090
}
9191
}

0 commit comments

Comments
 (0)