Skip to content

Commit 1e3de40

Browse files
Merge pull request #12 from kodenamekrak/main
1.27.0
2 parents 364f097 + 092c4ad commit 1e3de40

4 files changed

Lines changed: 38 additions & 39 deletions

File tree

mod.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"name": "Third Person mod",
44
"id": "Play3rdPer",
55
"author": "ComputerElite",
6-
"version": "0.10.0",
6+
"version": "0.11.0",
77
"packageId": "com.beatgames.beatsaber",
8-
"packageVersion": "1.26.2",
8+
"packageVersion": "1.27.0_3631150051",
99
"coverImage": "cover.png",
1010
"dependencies": [
1111
{
@@ -14,14 +14,14 @@
1414
"downloadIfMissing": "https://github.com/sc2ad/Il2CppQuestTypePatching/releases/download/v0.15.22/CustomTypes.qmod"
1515
},
1616
{
17-
"version": "^0.31.0",
17+
"version": "^0.32.0",
1818
"id": "codegen",
19-
"downloadIfMissing": "https://github.com/sc2ad/BeatSaber-Quest-Codegen/releases/download/v0.31.0/Codegen.qmod"
19+
"downloadIfMissing": "https://github.com/sc2ad/BeatSaber-Quest-Codegen/releases/download/v0.32.0/Codegen.qmod"
2020
},
2121
{
22-
"version": "^0.17.9",
22+
"version": "^0.17.10",
2323
"id": "questui",
24-
"downloadIfMissing": "https://github.com/darknight1050/QuestUI/releases/download/v0.17.9/QuestUI.qmod"
24+
"downloadIfMissing": "https://github.com/darknight1050/QuestUI/releases/download/v0.17.10/QuestUI.qmod"
2525
}
2626
],
2727
"modFiles": [

mod.template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"_QPVersion": "0.1.1",
33
"id": "Play3rdPer",
44
"name": "Third Person mod",
5-
"version": "0.10.0",
5+
"version": "0.11.0",
66
"coverImage": "cover.png",
77
"author": "ComputerElite",
88
"packageId": "com.beatgames.beatsaber",
9-
"packageVersion": "1.26.2",
9+
"packageVersion": "1.27.0_3631150051",
1010
"modFiles": [
1111
],
1212
"libraryFiles": [

qpm.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"info": {
55
"name": "Third Person Mod",
66
"id": "Play3rdPer",
7-
"version": "0.10.0",
7+
"version": "0.11.0",
88
"url": null,
99
"additionalData": {
1010
"overrideSoName": "libPlay3rdPer.so"
@@ -22,25 +22,24 @@
2222
"additionalData": {}
2323
},
2424
{
25-
"id": "codegen",
26-
"versionRange": "^0.31.0",
25+
"id": "custom-types",
26+
"versionRange": "^0.15.22",
2727
"additionalData": {}
2828
},
2929
{
30-
"id": "questui",
31-
"versionRange": "^0.17.9",
30+
"id": "config-utils",
31+
"versionRange": "^1.0.1",
3232
"additionalData": {}
3333
},
3434
{
35-
"id": "custom-types",
36-
"versionRange": "^0.15.22",
35+
"id": "codegen",
36+
"versionRange": "^0.32.0",
3737
"additionalData": {}
3838
},
3939
{
40-
"id": "config-utils",
41-
"versionRange": "^1.0.1",
40+
"id": "questui",
41+
"versionRange": "^0.17.10",
4242
"additionalData": {}
4343
}
44-
],
45-
"additionalData": {}
44+
]
4645
}

qpm.shared.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"info": {
66
"name": "Third Person Mod",
77
"id": "Play3rdPer",
8-
"version": "0.10.0",
8+
"version": "0.11.0",
99
"url": null,
1010
"additionalData": {
1111
"overrideSoName": "libPlay3rdPer.so"
@@ -23,23 +23,23 @@
2323
"additionalData": {}
2424
},
2525
{
26-
"id": "codegen",
27-
"versionRange": "^0.31.0",
26+
"id": "custom-types",
27+
"versionRange": "^0.15.22",
2828
"additionalData": {}
2929
},
3030
{
31-
"id": "questui",
32-
"versionRange": "^0.17.9",
31+
"id": "config-utils",
32+
"versionRange": "^1.0.1",
3333
"additionalData": {}
3434
},
3535
{
36-
"id": "custom-types",
37-
"versionRange": "^0.15.22",
36+
"id": "codegen",
37+
"versionRange": "^0.32.0",
3838
"additionalData": {}
3939
},
4040
{
41-
"id": "config-utils",
42-
"versionRange": "^1.0.1",
41+
"id": "questui",
42+
"versionRange": "^0.17.10",
4343
"additionalData": {}
4444
}
4545
]
@@ -121,34 +121,34 @@
121121
{
122122
"dependency": {
123123
"id": "codegen",
124-
"versionRange": "=0.31.0",
124+
"versionRange": "=0.32.0",
125125
"additionalData": {
126-
"soLink": "https://github.com/sc2ad/BeatSaber-Quest-Codegen/releases/download/v0.31.0/libcodegen.so",
126+
"soLink": "https://github.com/sc2ad/BeatSaber-Quest-Codegen/releases/download/v0.32.0/libcodegen.so",
127127
"overrideSoName": "libcodegen.so",
128-
"modLink": "https://github.com/sc2ad/BeatSaber-Quest-Codegen/releases/download/v0.31.0/Codegen.qmod",
129-
"branchName": "version-v0.31.0"
128+
"modLink": "https://github.com/sc2ad/BeatSaber-Quest-Codegen/releases/download/v0.32.0/Codegen.qmod",
129+
"branchName": "version-v0.32.0"
130130
}
131131
},
132-
"version": "0.31.0"
132+
"version": "0.32.0"
133133
},
134134
{
135135
"dependency": {
136136
"id": "questui",
137-
"versionRange": "=0.17.9",
137+
"versionRange": "=0.17.10",
138138
"additionalData": {
139-
"soLink": "https://github.com/darknight1050/QuestUI/releases/download/v0.17.9/libquestui.so",
140-
"debugSoLink": "https://github.com/darknight1050/QuestUI/releases/download/v0.17.9/debug_libquestui.so",
139+
"soLink": "https://github.com/darknight1050/QuestUI/releases/download/v0.17.10/libquestui.so",
140+
"debugSoLink": "https://github.com/darknight1050/QuestUI/releases/download/v0.17.10/debug_libquestui.so",
141141
"overrideSoName": "libquestui.so",
142-
"modLink": "https://github.com/darknight1050/QuestUI/releases/download/v0.17.9/QuestUI.qmod",
143-
"branchName": "version-v0.17.9",
142+
"modLink": "https://github.com/darknight1050/QuestUI/releases/download/v0.17.10/QuestUI.qmod",
143+
"branchName": "version-v0.17.10",
144144
"compileOptions": {
145145
"systemIncludes": [
146146
"shared/cppcodec"
147147
]
148148
}
149149
}
150150
},
151-
"version": "0.17.9"
151+
"version": "0.17.10"
152152
}
153153
]
154154
}

0 commit comments

Comments
 (0)