Skip to content

Commit 0b3cbb3

Browse files
committed
update documents for v1.1.1
1 parent a2bf28e commit 0b3cbb3

File tree

5 files changed

+24
-8
lines changed

5 files changed

+24
-8
lines changed

Assets/Coffee/UIExtensions/UnmaskForUGUI/CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
# Changelog
22

3-
## [1.1.0](https://github.com/mob-sakai/UnmaskForUGUI/tree/1.1.0) (2019-01-25)
3+
## [v1.1.1](https://github.com/mob-sakai/UnmaskForUGUI/tree/v1.1.1) (2019-02-07)
44

5-
[Full Changelog](https://github.com/mob-sakai/UnmaskForUGUI/compare/v1.0.0...1.1.0)
5+
[Full Changelog](https://github.com/mob-sakai/UnmaskForUGUI/compare/v1.1.0...v1.1.1)
6+
7+
**Fixed bugs:**
8+
9+
- UnmaskRaycastFilter is not reliable [\#14](https://github.com/mob-sakai/UnmaskForUGUI/issues/14)
10+
11+
## [v1.1.0](https://github.com/mob-sakai/UnmaskForUGUI/tree/v1.1.0) (2019-01-25)
12+
13+
[Full Changelog](https://github.com/mob-sakai/UnmaskForUGUI/compare/1.1.0...v1.1.0)
614

715
**Install UnmaskForUGUI with Unity Package Manager!**
816

Assets/Coffee/UIExtensions/UnmaskForUGUI/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ Find the manifest.json file in the Packages folder of your project and edit it t
5252
```js
5353
{
5454
"dependencies": {
55-
"com.coffee.unmask": "https://github.com/mob-sakai/UnmaskForUGUI.git#1.1.0",
55+
"com.coffee.unmask": "https://github.com/mob-sakai/UnmaskForUGUI.git#1.1.1",
5656
...
5757
},
5858
}
5959
```
60-
To update the package, change `#1.1.0` to the target version.
60+
To update the package, change `#{version}` to the target version.
6161
Or, use [UpmGitExtension](https://github.com/mob-sakai/UpmGitExtension).
6262

6363
#### Using .unitypackage file (for Unity 5.5+)

Assets/Coffee/UIExtensions/UnmaskForUGUI/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.coffee.unmask",
33
"displayName": "Unmask for uGUI",
44
"description": "Reverse mask for uGUI element in Unity.",
5-
"version": "1.1.0",
5+
"version": "1.1.1",
66
"unity": "5.5",
77
"license": "MIT",
88
"repository": {

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
# Changelog
22

3-
## [1.1.0](https://github.com/mob-sakai/UnmaskForUGUI/tree/1.1.0) (2019-01-25)
3+
## [v1.1.1](https://github.com/mob-sakai/UnmaskForUGUI/tree/v1.1.1) (2019-02-07)
44

5-
[Full Changelog](https://github.com/mob-sakai/UnmaskForUGUI/compare/v1.0.0...1.1.0)
5+
[Full Changelog](https://github.com/mob-sakai/UnmaskForUGUI/compare/v1.1.0...v1.1.1)
6+
7+
**Fixed bugs:**
8+
9+
- UnmaskRaycastFilter is not reliable [\#14](https://github.com/mob-sakai/UnmaskForUGUI/issues/14)
10+
11+
## [v1.1.0](https://github.com/mob-sakai/UnmaskForUGUI/tree/v1.1.0) (2019-01-25)
12+
13+
[Full Changelog](https://github.com/mob-sakai/UnmaskForUGUI/compare/1.1.0...v1.1.0)
614

715
**Install UnmaskForUGUI with Unity Package Manager!**
816

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.coffee.unmask",
33
"displayName": "Unmask for uGUI",
44
"description": "Reverse mask for uGUI element in Unity.",
5-
"version": "1.1.0",
5+
"version": "1.1.1",
66
"unity": "5.5",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)