Skip to content

Commit 7fada2c

Browse files
committed
Version Update
1 parent d342895 commit 7fada2c

File tree

2 files changed

+14
-16
lines changed

2 files changed

+14
-16
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1 align="center">Welcome to com.gameframe.async 👋</h1>
22
<p>
3-
<img alt="Version" src="https://img.shields.io/badge/version-1.0.2-blue.svg?cacheSeconds=2592000" />
3+
<img alt="Version" src="https://img.shields.io/badge/version-1.0.3-blue.svg?cacheSeconds=2592000" />
44
<a href="https://twitter.com/coryleach">
55
<img alt="Twitter: coryleach" src="https://img.shields.io/twitter/follow/coryleach.svg?style=social" target="_blank" />
66
</a>
@@ -45,15 +45,15 @@ await Awaiters.MainUnityThread;
4545
4646
```
4747

48-
## Install
48+
## Install
4949

5050
#### Using UnityPackageManager (for Unity 2018.3 or later)
5151

5252
Find the manifest.json file in the Packages folder of your project and edit it to look like this:
5353
```js
5454
{
5555
"dependencies": {
56-
"com.gameframe.async": "https://github.com/coryleach/UnityAsync.git#1.0.2",
56+
"com.gameframe.async": "https://github.com/coryleach/UnityAsync.git#1.0.3",
5757
...
5858
},
5959
}

package.json

+11-13
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
{
2-
"name": "com.gameframe.async",
3-
"displayName": "Gameframe.Async",
4-
"version": "1.0.2",
5-
"description": "Async task utility library for Unity",
6-
"unity": "2018.2",
7-
"unityRelease": "13f1",
8-
"keywords": [],
9-
"author": {
10-
"name": "Cory Leach",
11-
"email": "[email protected]",
12-
"url": "https://coryleach.info"
13-
}
14-
}
2+
"name": "com.gameframe.async",
3+
"displayName": "Gameframe.Async",
4+
"version": "1.0.3",
5+
"description": "Async task utility library for Unity",
6+
"keywords": [],
7+
"author": {
8+
"name": "Cory Leach",
9+
"email": "[email protected]",
10+
"url": "https://coryleach.info"
11+
}
12+
}

0 commit comments

Comments
 (0)