Skip to content

Commit ed14fab

Browse files
committed
release 18.1.1
1 parent ff77376 commit ed14fab

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Current version : 18.1.0, for Terraria 1.3.0.7 on Windows and Linux.
1+
Current version : 18.1.1, for Terraria 1.3.0.7 on Windows and Linux.
22

33
On the Terraria Forums:
44
[Link](http://forums.terraria.org/index.php?threads/omnitool-world-creation-mapping-backups-and-more.14664/)

setup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "Omnitool"
5-
#define MyAppVersion "18.1.0"
5+
#define MyAppVersion "18.1.1"
66
#define MyAppPublisher "Fabian Dill"
77
#define MyAppURL "http://forums.terraria.org/index.php?threads/omnitool-world-creation-mapping-backups-and-more.14664/"
88
#define MyAppExeName "omnitool.exe"

setup64.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "Omnitool"
5-
#define MyAppVersion "18.1.0"
5+
#define MyAppVersion "18.1.1"
66
#define MyAppPublisher "Fabian Dill"
77
#define MyAppURL "http://forums.terraria.org/index.php?threads/omnitool-world-creation-mapping-backups-and-more.14664/"
88
#define MyAppExeName "omnitool.exe"

shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__all__ = ("__version__", "appdata", "cachepath", "cache", "lang", "theme")
66

7-
__version__ = Version(180100)
7+
__version__ = Version(180101)
88
appdata = appdirs.user_config_dir('omnitool', "", roaming = True)
99
cachepath = os.path.join(appdata, "cache.dill")
1010
#filled in by omnitool.py:

0 commit comments

Comments
 (0)