Skip to content

Commit 0eef8bb

Browse files
author
mob-sakai
committed
Update documents
1 parent 72c3a6b commit 0eef8bb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ 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.1",
55+
"com.coffee.unmask": "https://github.com/mob-sakai/UnmaskForUGUI.git#1.1.2",
5656
...
5757
},
5858
}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "com.coffee.unmask",
3-
"displayName": "Unmask for uGUI",
4-
"description": "Reverse mask for uGUI element in Unity.",
5-
"version": "1.1.1",
3+
"displayName": "Unmask for uGUI",
4+
"description": "Reverse mask for uGUI element in Unity.",
5+
"version": "1.1.2",
66
"unity": "2017.1",
77
"license": "MIT",
88
"repository": {
99
"type": "git",
1010
"url": "git+https://github.com/mob-sakai/UnmaskForUGUI.git"
1111
},
1212
"src": "Assets/Coffee/UIExtensions/UnmaskForUGUI",
13-
"author": "mob-sakai <sakai861104@gmail.com> (https://github.com/mob-sakai)",
13+
"author": "mob-sakai <sakai861104@gmail.com> (https://github.com/mob-sakai)",
1414
"editorOnly": false,
1515
"upmSupport": true,
16-
"dependencies": {
17-
}
16+
"dependencies": {
17+
}
1818
}

0 commit comments

Comments
 (0)