Skip to content

Commit c56d758

Browse files
committed
Update to 1.21
1 parent f2de498 commit c56d758

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

mod.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{
1313
"version": "^0.15.8",
1414
"id": "custom-types",
15-
"downloadIfMissing": "https://github.com/sc2ad/Il2CppQuestTypePatching/releases/download/v0.15.8/CustomTypes.qmod"
15+
"downloadIfMissing": "https://github.com/sc2ad/Il2CppQuestTypePatching/releases/download/v0.15.9/CustomTypes.qmod"
1616
},
1717
{
1818
"version": "^0.21.0",

mod.template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "BoopetyDoopety, EnderdracheLP",
66
"version": "${version}",
77
"packageId": "com.beatgames.beatsaber",
8-
"packageVersion": "1.20.0",
8+
"packageVersion": "1.21.0",
99
"description": "Displays the time in game. Alternatively also the Battery Percentage",
1010
"coverImage": "Cover.jpg",
1111
"dependencies": [],

qpm.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@
2222
},
2323
{
2424
"id": "codegen",
25-
"versionRange": "^0.21.0",
25+
"versionRange": "^0.22.0",
2626
"additionalData": {}
2727
},
2828
{
2929
"id": "questui",
30-
"versionRange": "^0.13.4",
30+
"versionRange": "^0.13.5",
3131
"additionalData": {}
3232
},
3333
{
3434
"id": "custom-types",
35-
"versionRange": "^0.15.8",
35+
"versionRange": "^0.15.9",
3636
"additionalData": {}
3737
},
3838
{

rl-notes.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
- Option to choose between the Clock being at the Top or the Bottom.
1010

1111
__**Changelog:**__
12-
- Update to 1.20.0
13-
- Added something "*fun*"
12+
- Update to 1.21.0
1413

1514
__**Download:**__

0 commit comments

Comments
 (0)