diff --git a/README.md b/README.md index b2be250..c80126a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ similar behaviour as Unity's `Coroutines`. Add a reference to this repository to your package dependencies (`Packages/manifest.json`) ``` "dependencies": { - "com.bastianblokland.componenttask": "https://github.com/BastianBlokland/componenttask-unity.git#v1.1", + "com.bastianblokland.componenttask": "https://github.com/BastianBlokland/componenttask-unity.git#v1.2", ... } ``` diff --git a/package.json b/package.json index 4da81eb..85b7b98 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "com.bastianblokland.componenttask", "displayName": "ComponentTask", "author": "Bastian Blokland", - "version": "1.1.0", + "version": "1.2.0", "unity": "2019.1", "description": "Library for running dotnet 'Task' and 'Task' scoped to Unity components. Repository: https://github.com/BastianBlokland/componenttask-unity", "repository": {