From cde43d8216f20460c4aa453e269fcb13efdff86d Mon Sep 17 00:00:00 2001 From: mob-sakai Date: Fri, 12 Jul 2019 17:05:06 +0900 Subject: [PATCH] update documents for v1.1.3 --- CHANGELOG.md | 34 +++++++++++++++++++++++----------- README.md | 2 +- package.json | 2 +- 3 files changed, 25 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc4c824..1d77c80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [v1.1.3](https://github.com/mob-sakai/UnmaskForUGUI/tree/v1.1.3) (2019-07-12) + +[Full Changelog](https://github.com/mob-sakai/UnmaskForUGUI/compare/v1.1.2...v1.1.3) + +**Fixed bugs:** + +- There is no asmdef file in this package [\#16](https://github.com/mob-sakai/UnmaskForUGUI/issues/16) + +**Closed issues:** + +- Separate the demo directory as unitypackage [\#17](https://github.com/mob-sakai/UnmaskForUGUI/issues/17) + ## [v1.1.2](https://github.com/mob-sakai/UnmaskForUGUI/tree/v1.1.2) (2019-07-10) [Full Changelog](https://github.com/mob-sakai/UnmaskForUGUI/compare/v1.1.1...v1.1.2) @@ -20,17 +32,17 @@ [Full Changelog](https://github.com/mob-sakai/UnmaskForUGUI/compare/1.1.0...v1.1.0) -**Install UnmaskForUGUI with Unity Package Manager!** - -Find the manifest.json file in the Packages folder of your project and edit it to look like this: -```js -{ - "dependencies": { - "com.coffee.unmask": "https://github.com/mob-sakai/UnmaskForUGUI.git#1.1.0", - ... - }, -} -``` +**Install UnmaskForUGUI with Unity Package Manager!** + +Find the manifest.json file in the Packages folder of your project and edit it to look like this: +```js +{ + "dependencies": { + "com.coffee.unmask": "https://github.com/mob-sakai/UnmaskForUGUI.git#1.1.0", + ... + }, +} +``` To update the package, change `#1.1.0` to the target version. **Implemented enhancements:** diff --git a/README.md b/README.md index 0d22595..a034faf 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Find the manifest.json file in the Packages folder of your project and edit it t ```js { "dependencies": { - "com.coffee.unmask": "https://github.com/mob-sakai/UnmaskForUGUI.git#1.1.2", + "com.coffee.unmask": "https://github.com/mob-sakai/UnmaskForUGUI.git#1.1.3", ... }, } diff --git a/package.json b/package.json index 557dbda..92dc442 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "com.coffee.unmask", "displayName": "Unmask for uGUI", "description": "Reverse mask for uGUI element in Unity.", - "version": "1.1.2", + "version": "1.1.3", "unity": "2017.1", "license": "MIT", "repository": {