Skip to content

Commit

Permalink
bump version and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tny5989 committed Feb 19, 2019
1 parent def1bc2 commit 8c5be3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ Buy Warp Scroll | //buywarp
\<zone\> should be replaced with zone names (you can use the in-game auto-translate feature).
\<item\> should be replaced with item names from [data/items.lua](https://github.com/Tny5989/UnityNPC/blob/master/data/items.lua)

This addon does not check your accolades. It is up to you to verify your accolades amount before buying keys.
This addon does not check your accolades. It is up to you to verify your accolades amount before buying keys.

As with all my addons, this is still a work in progress and should be used at your own risk.
2 changes: 1 addition & 1 deletion unitynpc.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_addon.name = 'UnityNPC'
_addon.author = 'Areint/Alzade'
_addon.version = '1.1.4'
_addon.version = '1.1.5'
_addon.commands = {'unpc'}

--------------------------------------------------------------------------------
Expand Down

0 comments on commit 8c5be3f

Please sign in to comment.