Skip to content

Commit 7dc2216

Browse files
committed
Bump version v1.0.3-v6.2.0
1 parent 650f46a commit 7dc2216

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

mod.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "QBeatSaberPlus-NoteTweaker",
44
"id": "qbeatsaberplus-notetweaker",
55
"author": "HardCPP",
6-
"version": "1.0.2-v6.2.0",
6+
"version": "1.0.3-v6.2.0",
77
"packageId": "com.beatgames.beatsaber",
88
"packageVersion": "1.28.0_4124311467",
99
"description": "Feel good!",
@@ -25,9 +25,9 @@
2525
"downloadIfMissing": "https://github.com/darknight1050/SongLoader/releases/download/v0.10.17/SongLoader.qmod"
2626
},
2727
{
28-
"version": "^1.0.2-v6.2.0",
28+
"version": "^1.0.3-v6.2.0",
2929
"id": "chatplex-sdk-bs",
30-
"downloadIfMissing": "https://github.com/hardcpp/QuestChatPlexSDK-BS/releases/download/v1.0.2-v6.2.0/ChatPlexSDK-BS.qmod"
30+
"downloadIfMissing": "https://github.com/hardcpp/QuestChatPlexSDK-BS/releases/download/v1.0.3-v6.2.0/ChatPlexSDK-BS.qmod"
3131
}
3232
],
3333
"modFiles": [

qpm.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"info": {
55
"name": "QBeatSaberPlus-NoteTweaker",
66
"id": "qbeatsaberplus-notetweaker",
7-
"version": "1.0.2-v6.2.0",
7+
"version": "1.0.3-v6.2.0",
88
"url": "https://github.com/hardcpp/QBeatSaberPlus-NoteTweaker",
99
"additionalData": {
1010
"cmake": true,
@@ -53,7 +53,7 @@
5353
},
5454
{
5555
"id": "chatplex-sdk-bs",
56-
"versionRange": "^1.0.2-v6.2.0",
56+
"versionRange": "^1.0.3-v6.2.0",
5757
"additionalData": {
5858
"private": true
5959
}

qpm.shared.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"info": {
66
"name": "QBeatSaberPlus-NoteTweaker",
77
"id": "qbeatsaberplus-notetweaker",
8-
"version": "1.0.2-v6.2.0",
8+
"version": "1.0.3-v6.2.0",
99
"url": "https://github.com/hardcpp/QBeatSaberPlus-NoteTweaker",
1010
"additionalData": {
1111
"overrideSoName": "libqbeatsaberplus-notetweaker.so",
@@ -54,34 +54,34 @@
5454
},
5555
{
5656
"id": "chatplex-sdk-bs",
57-
"versionRange": "^1.0.2-v6.2.0",
57+
"versionRange": "^1.0.3-v6.2.0",
5858
"additionalData": {
5959
"private": true
6060
}
6161
}
6262
],
6363
"workspace": {
6464
"scripts": {
65-
"copy": [
66-
"pwsh ./copy.ps1"
67-
],
68-
"qmod": [
69-
"pwsh ./build.ps1 -clean",
70-
"pwsh ./createqmod.ps1 -clean"
65+
"build": [
66+
"pwsh ./build.ps1"
7167
],
7268
"clean": [
7369
"pwsh ./build.ps1 -clean"
7470
],
71+
"copy": [
72+
"pwsh ./copy.ps1"
73+
],
7574
"log": [
7675
"pwsh ./start-logging.ps1"
7776
],
77+
"qmod": [
78+
"pwsh ./build.ps1 -clean",
79+
"pwsh ./createqmod.ps1 -clean"
80+
],
7881
"qmod_backup": [
7982
"pwsh ./build.ps1 -clean",
8083
"qpm qmod build",
8184
"pwsh ./createqmod.ps1 -clean"
82-
],
83-
"build": [
84-
"pwsh ./build.ps1"
8585
]
8686
}
8787
}
@@ -112,17 +112,17 @@
112112
{
113113
"dependency": {
114114
"id": "chatplex-sdk-bs",
115-
"versionRange": "=1.0.2-v6.2.0",
115+
"versionRange": "=1.0.3-v6.2.0",
116116
"additionalData": {
117-
"soLink": "https://github.com/hardcpp/QuestChatPlexSDK-BS/releases/download/v1.0.2-v6.2.0/libchatplex-sdk-bs.so",
118-
"debugSoLink": "https://github.com/hardcpp/QuestChatPlexSDK-BS/releases/download/v1.0.2-v6.2.0/debug_libchatplex-sdk-bs.so",
117+
"soLink": "https://github.com/hardcpp/QuestChatPlexSDK-BS/releases/download/v1.0.3-v6.2.0/libchatplex-sdk-bs.so",
118+
"debugSoLink": "https://github.com/hardcpp/QuestChatPlexSDK-BS/releases/download/v1.0.3-v6.2.0/debug_libchatplex-sdk-bs.so",
119119
"overrideSoName": "libchatplex-sdk-bs.so",
120-
"modLink": "https://github.com/hardcpp/QuestChatPlexSDK-BS/releases/download/v1.0.2-v6.2.0/ChatPlexSDK-BS.qmod",
120+
"modLink": "https://github.com/hardcpp/QuestChatPlexSDK-BS/releases/download/v1.0.3-v6.2.0/ChatPlexSDK-BS.qmod",
121121
"branchName": "version/v1_0_2-v6_2_0",
122122
"cmake": true
123123
}
124124
},
125-
"version": "1.0.2-v6.2.0"
125+
"version": "1.0.3-v6.2.0"
126126
},
127127
{
128128
"dependency": {

0 commit comments

Comments
 (0)