diff --git a/CHANGELOG.md b/CHANGELOG.md index 227ea74..6df1842 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.2] - 2020-10-17 +### Added +- Extra download option + +### Updated +- Author name + ## [3.0.1] - 2020-08-02 ### Fixed - Resetting of horizontal and vertical centering diff --git a/README.md b/README.md index 10f64ef..7675370 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,11 @@ Constrained Rect is a small helper that aims to make it easier to create Rect's ``` openupm add net.tnrd.constrainedrect ``` -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.constrainedrect?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.constrainedrect?registry=https://package.openupm.com) + +3. You can also install via git url by adding these entries in your **manifest.json** ```json "net.tnrd.constrainedrect": "https://github.com/Thundernerd/Unity3D-ConstrainedRect.git" ``` diff --git a/package.json b/package.json index 30406b3..bec3350 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "net.tnrd.constrainedrect", - "version": "3.0.1", + "version": "3.0.2", "displayName": "Constrained Rect", "description": "A simple helper to constrain a Rect to an EditorWindow or another Rect", "unity": "2019.1", @@ -11,7 +11,7 @@ "helper" ], "author": { - "name": "Christiaan Bloemendaal", + "name": "TNRD", "email": "unity3d@tnrd.net", "url": "https://www.tnrd.net" },