Skip to content

Commit

Permalink
ready 2.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc committed Jun 17, 2020
1 parent af82a94 commit d6a0563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ After Unity 2019.3.4f1, Unity 2020.1a21, that support path query parameter of gi

or add `"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask"` to `Packages/manifest.json`.

If you want to set a target version, UniTask is using `*.*.*` release tag so you can specify a version like `#2.0.18`. For example `https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask#2.0.18`.
If you want to set a target version, UniTask is using `*.*.*` release tag so you can specify a version like `#2.0.19`. For example `https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask#2.0.19`.

### Install via OpenUPM

Expand Down
2 changes: 1 addition & 1 deletion src/UniTask/Assets/Plugins/UniTask/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.cysharp.unitask",
"displayName": "UniTask",
"version": "2.0.18",
"version": "2.0.19",
"unity": "2018.4",
"description": "Provides an efficient async/await integration to Unity.",
"keywords": [ "async/await", "async", "Task", "UniTask" ],
Expand Down

0 comments on commit d6a0563

Please sign in to comment.