Skip to content

Commit fa4c984

Browse files
author
mob-sakai
committed
release v1.1.2
2 parents 4cb8cae + 39ba209 commit fa4c984

File tree

7 files changed

+46
-18
lines changed

7 files changed

+46
-18
lines changed

.github/FUNDING.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# These are supported funding model platforms
2+
3+
github: # [mob-sakai]
4+
patreon: mob_sakai
5+
open_collective: # Replace with a single Open Collective username
6+
ko_fi: # Replace with a single Ko-fi username
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
otechie: # Replace with a single Otechie username
12+
custom: # Replace with a single custom sponsorship URL

Assets/Coffee/UIExtensions/UnmaskForUGUI/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [v1.1.2](https://github.com/mob-sakai/UnmaskForUGUI/tree/v1.1.2) (2019-07-10)
4+
5+
[Full Changelog](https://github.com/mob-sakai/UnmaskForUGUI/compare/v1.1.1...v1.1.2)
6+
7+
**Fixed bugs:**
8+
9+
- Can't install package using UPM [\#15](https://github.com/mob-sakai/UnmaskForUGUI/issues/15)
10+
311
## [v1.1.1](https://github.com/mob-sakai/UnmaskForUGUI/tree/v1.1.1) (2019-02-07)
412

513
[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.
5967

6068

6169

62-
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
70+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

Assets/Coffee/UIExtensions/UnmaskForUGUI/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
}
Lines changed: 7 additions & 7 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",
6-
"unity": "5.5",
3+
"displayName": "Unmask for uGUI",
4+
"description": "Reverse mask for uGUI element in Unity.",
5+
"version": "1.1.2",
6+
"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
}

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [v1.1.2](https://github.com/mob-sakai/UnmaskForUGUI/tree/v1.1.2) (2019-07-10)
4+
5+
[Full Changelog](https://github.com/mob-sakai/UnmaskForUGUI/compare/v1.1.1...v1.1.2)
6+
7+
**Fixed bugs:**
8+
9+
- Can't install package using UPM [\#15](https://github.com/mob-sakai/UnmaskForUGUI/issues/15)
10+
311
## [v1.1.1](https://github.com/mob-sakai/UnmaskForUGUI/tree/v1.1.1) (2019-02-07)
412

513
[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.
5967

6068

6169

62-
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
70+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

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: 7 additions & 7 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",
6-
"unity": "5.5",
3+
"displayName": "Unmask for uGUI",
4+
"description": "Reverse mask for uGUI element in Unity.",
5+
"version": "1.1.2",
6+
"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)