diff --git a/README.md b/README.md index 8c00805..66a536e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

Welcome to com.gameframe.async 👋

- Version + Version Twitter: coryleach @@ -45,7 +45,7 @@ await Awaiters.MainUnityThread; ``` -## Install +## Install #### Using UnityPackageManager (for Unity 2018.3 or later) @@ -53,7 +53,7 @@ Find the manifest.json file in the Packages folder of your project and edit it t ```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", ... }, } diff --git a/package.json b/package.json index a432f80..f659737 100644 --- a/package.json +++ b/package.json @@ -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" + } +} \ No newline at end of file