Skip to content

Commit abccfab

Browse files
committed
Release 1.1.0
1 parent 9653ac9 commit abccfab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Find the manifest.json file in the Packages folder of your project and edit it t
3535
}
3636
],
3737
"dependencies": {
38-
"com.litefeel.finder": "1.0.0",
38+
"com.litefeel.finder": "1.1.0",
3939
...
4040
}
4141
}
@@ -47,7 +47,7 @@ Find the manifest.json file in the Packages folder of your project and edit it t
4747
``` js
4848
{
4949
"dependencies": {
50-
"com.litefeel.finder": "https://github.com/litefeel/Unity-Finder.git#1.0.0",
50+
"com.litefeel.finder": "https://github.com/litefeel/Unity-Finder.git#1.1.0",
5151
...
5252
}
5353
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.litefeel.finder",
33
"displayName": "Finder",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"unity": "2018.4",
66
"description": "Find Asset in Unity",
77
"keywords": [

0 commit comments

Comments
 (0)