Skip to content

Commit

Permalink
release 18.1.1
Browse files Browse the repository at this point in the history
Berserker66 committed Aug 6, 2015
1 parent ff77376 commit ed14fab
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Current version : 18.1.0, for Terraria 1.3.0.7 on Windows and Linux.
Current version : 18.1.1, for Terraria 1.3.0.7 on Windows and Linux.

On the Terraria Forums:
[Link](http://forums.terraria.org/index.php?threads/omnitool-world-creation-mapping-backups-and-more.14664/)
2 changes: 1 addition & 1 deletion setup.iss
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Omnitool"
#define MyAppVersion "18.1.0"
#define MyAppVersion "18.1.1"
#define MyAppPublisher "Fabian Dill"
#define MyAppURL "http://forums.terraria.org/index.php?threads/omnitool-world-creation-mapping-backups-and-more.14664/"
#define MyAppExeName "omnitool.exe"
2 changes: 1 addition & 1 deletion setup64.iss
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Omnitool"
#define MyAppVersion "18.1.0"
#define MyAppVersion "18.1.1"
#define MyAppPublisher "Fabian Dill"
#define MyAppURL "http://forums.terraria.org/index.php?threads/omnitool-world-creation-mapping-backups-and-more.14664/"
#define MyAppExeName "omnitool.exe"
2 changes: 1 addition & 1 deletion shared.py
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@

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

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

0 comments on commit ed14fab

Please sign in to comment.