Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePotatoGuy committed Jan 18, 2020
1 parent 3d1f8c9 commit 05edf6a
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 @@ -23,7 +23,7 @@ define gui.show_name = False

## The version of the game.

define config.version = "0.10.5"
define config.version = "0.10.6"

## Text that is placed on the game's about screen. To insert a blank line
## between paragraphs, write \n\n.
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 @@ -65,7 +65,7 @@ label vv_updates_topics:

# versions
# use the v#_#_# notation so we can work with labels
#vv0_10_6 = "v0_10_6"
vv0_10_6 = "v0_10_6"
vv0_10_5 = "v0_10_5"
vv0_10_4 = "v0_10_4"
vv0_10_3 = "v0_10_3"
Expand Down Expand Up @@ -114,7 +114,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_5] = vv0_10_6
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
updates.version_updates[vv0_10_2] = vv0_10_3
Expand Down

0 comments on commit 05edf6a

Please sign in to comment.