diff --git a/desktop/instead.desktop.in b/desktop/instead.desktop.in index 99b5574..9d47fae 100644 --- a/desktop/instead.desktop.in +++ b/desktop/instead.desktop.in @@ -1,6 +1,6 @@ [Desktop Entry] Encoding=UTF-8 -Version=1.1.5 +Version=1.1.6 Type=Application Name=INSTEAD Name[ru]=INSTEAD diff --git a/doc/index.html b/doc/index.html index 590a544..1d8a345 100644 --- a/doc/index.html +++ b/doc/index.html @@ -13,7 +13,7 @@ body { font-family: Verdana, Arial, Helvetica, sans-serif; INSTEAD -- interpreter of simple text adventures for Unix and Windows -

INSTEAD 1.1.5

+

INSTEAD 1.1.6

INSTEAD -- interpreter of simple text adventures for Unix and Windows.
INSTEAD was designed to interpret the games that are the mix of visual novels, text quests and classical 90'ss quests.

diff --git a/doc/instead.6 b/doc/instead.6 index 18c8e79..a501738 100644 --- a/doc/instead.6 +++ b/doc/instead.6 @@ -1,4 +1,4 @@ -.TH INSTEAD 6 "Version 1.1.5" Instead GAMES +.TH INSTEAD 6 "Version 1.1.6" Instead GAMES .SH NAME diff --git a/stead/stead.lua b/stead/stead.lua index 0915b1b..7a2b1a9 100644 --- a/stead/stead.lua +++ b/stead/stead.lua @@ -1,5 +1,5 @@ stead = { - version = "1.1.5", + version = "1.1.6", table = table, string = string, math = math,