Skip to content

Commit

Permalink
release V18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Berserker66 committed Aug 6, 2015
1 parent fa631ca commit 20c0784
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Current version : 18.0.0, for Terraria 1.3.0.7 on Windows and Linux.
Current version : 18.1.0, 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/)
Expand All @@ -16,6 +16,10 @@ Features
* Works with GameLauncher GUI
* Plugin system for extensions.

[![Main Menu](https://cloud.githubusercontent.com/assets/3189725/9048286/4926664e-3a38-11e5-94a3-78ea5a750c54.png)]

[![World Render Function](https://cloud.githubusercontent.com/assets/3189725/9121177/f7ad474c-3c80-11e5-8402-1add361a6cf0.png)]

Usage
=====

Expand All @@ -29,7 +33,7 @@ FAQ
Is there a better way to view my world as a map?
------------------------------------------------
You can render a world similar to how Terraria shows them by clicking on a world's image.
This also allows you to create a super image of the world as website.
This also allows you to create a super image of the world as [website](https://dl.dropboxusercontent.com/u/44766482/superimage/index.html).

Do I need admin rights to use Omnitool?
---------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Omnitool"
#define MyAppVersion "18.0.0"
#define MyAppVersion "18.1.0"
#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"
Expand Down
2 changes: 1 addition & 1 deletion setup64.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Omnitool"
#define MyAppVersion "18.0.0"
#define MyAppVersion "18.1.0"
#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"
Expand Down
2 changes: 1 addition & 1 deletion shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

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

0 comments on commit 20c0784

Please sign in to comment.