Skip to content

Commit cf6f83d

Browse files
committed
update script
1 parent 9e91075 commit cf6f83d

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

Monika After Story/game/updates.rpy

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,12 @@ label v0_3_1(version=version): # 0.3.1
374374

375375
# non generic updates go here
376376

377+
# 0.12.14
378+
label v0_12_14(version="v0_12_14"):
379+
python hide:
380+
pass
381+
return
382+
377383
# 0.12.13
378384
label v0_12_13(version="v0_12_13"):
379385
python hide:

Monika After Story/game/updates_topics.rpy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ init -2 python in mas_versions:
101101
# use dot notation to separate the parts of a version
102102

103103
add_steps({
104+
#"0.12.14": "0.12.13",
104105
"0.12.13": "0.12.12",
105106
"0.12.12": ("0.12.11", "0.12.10"),
106107
"0.12.10": ("0.12.9", "0.12.8.6"),

0 commit comments

Comments
 (0)