diff --git a/CHANGELOG.md b/CHANGELOG.md index d730fa0..86986a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.1] - 2020-10-17 + +### Added +- Extra download option + +### Updated +- Package Display Name + ## [1.0.0] - 2020-09-09 ### Added - Initial version diff --git a/README.md b/README.md index 298ee98..6397521 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,13 @@ Auto Hook is a property drawer that automagically assigns a reference to your fi ``` openupm add net.tnrd.autohook ``` -2. You can also install via git url by adding these entries in your **manifest.json** + +2. Installing through a [Unity Package](http://package-installer.glitch.me/v1/installer/package.openupm.com/net.tnrd.autohook?registry=https://package.openupm.com) created by the [Package Installer Creator](https://package-installer.glitch.me) from [Needle](https://needle.tools) + +[](http://package-installer.glitch.me/v1/installer/package.openupm.com/net.tnrd.autohook?registry=https://package.openupm.com) + + +3. You can also install via git url by adding these entries in your **manifest.json** ```json "net.tnrd.autohook": "https://github.com/Thundernerd/Unity3D-Autohook.git" ``` diff --git a/package.json b/package.json index 60ac8f9..b164f3c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "net.tnrd.autohook", - "version": "1.0.0", - "displayName": "AutoHook", + "version": "1.0.1", + "displayName": "Auto Hook", "description": "A property drawer that auto assigns a reference", "unity": "2019.1", "type": "tool",