Skip to content

Commit ebdd8d3

Browse files
committed
Updated readme
1 parent 2e1be45 commit ebdd8d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
#### Using UnityPackageManager (for Unity 2019.3 or later)
2020
Open the package manager window (menu: Window > Package Manager)<br/>
2121
Select "Add package from git URL...", fill in the pop-up with the following link:<br/>
22-
https://github.com/coryleach/UnityAsync.git#1.0.6<br/>
22+
https://github.com/coryleach/UnityAsync.git#1.0.7<br/>
2323

2424
#### Using UnityPackageManager (for Unity 2019.1 or later)
2525

2626
Find the manifest.json file in the Packages folder of your project and edit it to look like this:
2727
```js
2828
{
2929
"dependencies": {
30-
"com.gameframe.async": "https://github.com/coryleach/UnityAsync.git#1.0.6",
30+
"com.gameframe.async": "https://github.com/coryleach/UnityAsync.git#1.0.7",
3131
...
3232
},
3333
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.gameframe.async",
33
"displayName": "Gameframe.Async",
4-
"version": "1.0.6",
4+
"version": "1.0.7",
55
"description": "> Async task utility package for Unity \n> Helper methods for starting tasks on the Unity thread. \n> Start and await coroutines from any thread.",
66
"keywords": [],
77
"author": {

0 commit comments

Comments
 (0)