Skip to content

Commit e3a90e2

Browse files
committed
update script update
1 parent 4d30921 commit e3a90e2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Monika After Story/game/updates.rpy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,8 +374,8 @@ 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"):
377+
# 0.12.15
378+
label v0_12_15(version="v0_12_15"):
379379
python hide:
380380
pass
381381
return

Monika After Story/game/updates_topics.rpy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +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",
104+
#"0.12.15": ("0.12.14", "0.12.13"),
105105
"0.12.13": "0.12.12",
106106
"0.12.12": ("0.12.11", "0.12.10"),
107107
"0.12.10": ("0.12.9", "0.12.8.6"),

0 commit comments

Comments
 (0)