We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e91075 commit cf6f83dCopy full SHA for cf6f83d
2 files changed
Monika After Story/game/updates.rpy
@@ -374,6 +374,12 @@ 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"):
379
+ python hide:
380
+ pass
381
+ return
382
+
383
# 0.12.13
384
label v0_12_13(version="v0_12_13"):
385
python hide:
Monika After Story/game/updates_topics.rpy
@@ -101,6 +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",
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