Skip to content

Commit

Permalink
version change
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePotatoGuy committed Feb 8, 2020
1 parent d8218e4 commit da2102b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ -23,7 +23,7 @@ define gui.show_name = False

## The version of the game.

define config.version = "0.10.6"
define config.version = "0.10.7"

## Text that is placed on the game's about screen. To insert a blank line
## between paragraphs, write \n\n.
Expand Down
2 changes: 1 addition & 1 deletion Monika After Story/game/updates_topics.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ label vv_updates_topics:
# update this dict accordingly to every new version
# k:old version number -> v:new version number
# some version changes skip some numbers because no major updates
#updates.version_updates[vv0_10_6] = vv0_10_7
updates.version_updates[vv0_10_6] = vv0_10_7
updates.version_updates[vv0_10_5] = vv0_10_6
updates.version_updates[vv0_10_4] = vv0_10_5
updates.version_updates[vv0_10_3] = vv0_10_4
Expand Down

0 comments on commit da2102b

Please sign in to comment.