Skip to content

Commit

Permalink
Version Update
Browse files Browse the repository at this point in the history
  • Loading branch information
coryleach committed Nov 21, 2019
1 parent d342895 commit 7fada2c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">Welcome to com.gameframe.async 👋</h1>
<p>
<img alt="Version" src="https://img.shields.io/badge/version-1.0.2-blue.svg?cacheSeconds=2592000" />
<img alt="Version" src="https://img.shields.io/badge/version-1.0.3-blue.svg?cacheSeconds=2592000" />
<a href="https://twitter.com/coryleach">
<img alt="Twitter: coryleach" src="https://img.shields.io/twitter/follow/coryleach.svg?style=social" target="_blank" />
</a>
Expand Down Expand Up @@ -45,15 +45,15 @@ await Awaiters.MainUnityThread;
```

## Install
## Install

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

Find the manifest.json file in the Packages folder of your project and edit it to look like this:
```js
{
"dependencies": {
"com.gameframe.async": "https://github.com/coryleach/UnityAsync.git#1.0.2",
"com.gameframe.async": "https://github.com/coryleach/UnityAsync.git#1.0.3",
...
},
}
Expand Down
24 changes: 11 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
{
"name": "com.gameframe.async",
"displayName": "Gameframe.Async",
"version": "1.0.2",
"description": "Async task utility library for Unity",
"unity": "2018.2",
"unityRelease": "13f1",
"keywords": [],
"author": {
"name": "Cory Leach",
"email": "cory.leach@gmail.com",
"url": "https://coryleach.info"
}
}
"name": "com.gameframe.async",
"displayName": "Gameframe.Async",
"version": "1.0.3",
"description": "Async task utility library for Unity",
"keywords": [],
"author": {
"name": "Cory Leach",
"email": "cory.leach@gmail.com",
"url": "https://coryleach.info"
}
}

0 comments on commit 7fada2c

Please sign in to comment.