We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d30921 commit e3a90e2Copy full SHA for e3a90e2
2 files changed
Monika After Story/game/updates.rpy
@@ -374,8 +374,8 @@ label v0_3_1(version=version): # 0.3.1
374
375
# non generic updates go here
376
377
-# 0.12.14
378
-label v0_12_14(version="v0_12_14"):
+# 0.12.15
+label v0_12_15(version="v0_12_15"):
379
python hide:
380
pass
381
return
Monika After Story/game/updates_topics.rpy
@@ -101,7 +101,7 @@ init -2 python in mas_versions:
101
# use dot notation to separate the parts of a version
102
103
add_steps({
104
- #"0.12.14": "0.12.13",
+ #"0.12.15": ("0.12.14", "0.12.13"),
105
"0.12.13": "0.12.12",
106
"0.12.12": ("0.12.11", "0.12.10"),
107
"0.12.10": ("0.12.9", "0.12.8.6"),
0 commit comments