update documents for v1.1.2
parent
1a7e84a86f
commit
71d547b74e
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,5 +1,13 @@
|
|||
# Changelog
|
||||
|
||||
## [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)
|
||||
|
||||
**Fixed bugs:**
|
||||
|
||||
- Can't install package using UPM [\#15](https://github.com/mob-sakai/UnmaskForUGUI/issues/15)
|
||||
|
||||
## [v1.1.1](https://github.com/mob-sakai/UnmaskForUGUI/tree/v1.1.1) (2019-02-07)
|
||||
|
||||
[Full Changelog](https://github.com/mob-sakai/UnmaskForUGUI/compare/v1.1.0...v1.1.1)
|
||||
|
|
@ -59,4 +67,4 @@ To update the package, change `#1.1.0` to the target version.
|
|||
|
||||
|
||||
|
||||
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
|
||||
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
||||
|
|
@ -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.1",
|
||||
"com.coffee.unmask": "https://github.com/mob-sakai/UnmaskForUGUI.git#1.1.2",
|
||||
...
|
||||
},
|
||||
}
|
||||
|
|
|
|||
14
package.json
14
package.json
|
|
@ -1,18 +1,18 @@
|
|||
{
|
||||
"name": "com.coffee.unmask",
|
||||
"displayName": "Unmask for uGUI",
|
||||
"description": "Reverse mask for uGUI element in Unity.",
|
||||
"version": "1.1.1",
|
||||
"unity": "5.5",
|
||||
"displayName": "Unmask for uGUI",
|
||||
"description": "Reverse mask for uGUI element in Unity.",
|
||||
"version": "1.1.2",
|
||||
"unity": "2017.1",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/mob-sakai/UnmaskForUGUI.git"
|
||||
},
|
||||
"src": "Assets/Coffee/UIExtensions/UnmaskForUGUI",
|
||||
"author": "mob-sakai <sakai861104@gmail.com> (https://github.com/mob-sakai)",
|
||||
"author": "mob-sakai <sakai861104@gmail.com> (https://github.com/mob-sakai)",
|
||||
"editorOnly": false,
|
||||
"upmSupport": true,
|
||||
"dependencies": {
|
||||
}
|
||||
"dependencies": {
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue