Skip to content

Commit

Permalink
version change
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePotatoGuy committed Dec 20, 2020
1 parent 413a037 commit cacbd99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Monika After Story/game/options.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ init -999:
define config.name = "Monika After Story"

## The version of the game.
define config.version = "0.11.8"
define config.version = "0.11.9"

## Determines if the title given above is shown on the main menu screen. Set
## this to False to hide the title.
Expand Down
4 changes: 2 additions & 2 deletions Monika After Story/game/updates_topics.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ label vv_updates_topics:
# some version changes skip some numbers because no major updates
#NOTE: If a version does not have and update script, its version still must be documented and point to the next update
#script available
#updates.version_updates[vv0_11_8] = vv0_11_9
#updates.version_updates[vv0_11_7] = vv0_11_9
updates.version_updates[vv0_11_8] = vv0_11_9
updates.version_updates[vv0_11_7] = vv0_11_9
updates.version_updates[vv0_11_6] = vv0_11_7
updates.version_updates[vv0_11_5] = vv0_11_6
updates.version_updates[vv0_11_4] = vv0_11_5
Expand Down

0 comments on commit cacbd99

Please sign in to comment.