Skip to content

Commit a699705

Browse files
committed
Bump for BS 1.28.0_4124311467
1 parent 4341e72 commit a699705

File tree

6 files changed

+16
-18
lines changed

6 files changed

+16
-18
lines changed

.github/workflows/Release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
module_id: ClockMod
12-
BSVersion: 1.27.0_3631150051
12+
BSVersion: 1.28.0_4124311467
1313
ndkname: android-ndk-r25
1414

1515
jobs:

.github/workflows/buildMod.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ on:
2121

2222
env:
2323
module_id: ClockMod
24-
version: 1.8.0-Dev.${{ github.run_number }}
25-
BSVersion: 1.27.0_3631150051
24+
version: 1.8.1-Dev.${{ github.run_number }}
25+
BSVersion: 1.28.0_4124311467
2626
# ndkname: android-ndk-r24
2727

2828
jobs:

mod.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,26 @@
33
"name": "Clock Mod",
44
"id": "ClockMod",
55
"author": "BoopetyDoopety, EnderdracheLP",
6-
"version": "1.7.0",
6+
"version": "1.8.0",
77
"packageId": "com.beatgames.beatsaber",
8-
"packageVersion": "1.27.0_3631150051",
8+
"packageVersion": "1.28.0_4124311467",
99
"description": "Displays the time in game. Alternatively also the Battery Percentage",
1010
"coverImage": "Cover.jpg",
1111
"dependencies": [
1212
{
13-
"version": "=0.15.22",
13+
"version": "=0.15.23",
1414
"id": "custom-types",
15-
"downloadIfMissing": "https://github.com/sc2ad/Il2CppQuestTypePatching/releases/download/v0.15.22/CustomTypes.qmod"
15+
"downloadIfMissing": "https://github.com/sc2ad/Il2CppQuestTypePatching/releases/download/v0.15.23/CustomTypes.qmod"
1616
},
1717
{
18-
"version": "=0.32.0",
18+
"version": "=0.33.0",
1919
"id": "codegen",
20-
"downloadIfMissing": "https://github.com/sc2ad/BeatSaber-Quest-Codegen/releases/download/v0.32.0/Codegen.qmod"
20+
"downloadIfMissing": "https://github.com/sc2ad/BeatSaber-Quest-Codegen/releases/download/v0.33.0/Codegen.qmod"
2121
},
2222
{
23-
"version": "=0.17.10",
23+
"version": "=0.17.11",
2424
"id": "questui",
25-
"downloadIfMissing": "https://github.com/darknight1050/QuestUI/releases/download/v0.17.10/QuestUI.qmod"
25+
"downloadIfMissing": "https://github.com/darknight1050/QuestUI/releases/download/v0.17.11/QuestUI.qmod"
2626
}
2727
],
2828
"modFiles": [

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.27.0_3631150051",
8+
"packageVersion": "1.28.0_4124311467",
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.32.0",
25+
"versionRange": "^0.33.0",
2626
"additionalData": {}
2727
},
2828
{
2929
"id": "questui",
30-
"versionRange": "^0.17.10",
30+
"versionRange": "^0.17.11",
3131
"additionalData": {}
3232
},
3333
{
3434
"id": "custom-types",
35-
"versionRange": "^0.15.22",
35+
"versionRange": "^0.15.23",
3636
"additionalData": {}
3737
},
3838
{

rl-notes.md

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

1111
__**Changelog:**__
12-
- Update to 1.27.0_3631150051
13-
- Battery Percentage Indicator will now be light blue when charging.
14-
- Added ~~[REDACTED]~~.
12+
- Update to 1.28.0_4124311467

0 commit comments

Comments
 (0)