Skip to content

Commit

Permalink
Bump version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BastianBlokland committed Jul 23, 2019
1 parent c9fbf6e commit d150acd
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 @@ -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.0",
"com.bastianblokland.componenttask": "https://github.com/BastianBlokland/componenttask-unity.git#v1.1",
...
}
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "com.bastianblokland.componenttask",
"displayName": "ComponentTask",
"author": "Bastian Blokland",
"version": "1.0.0",
"version": "1.1.0",
"unity": "2019.1",
"description": "Library for running dotnet 'Task' and 'Task<T>' scoped to Unity components. Repository: https://github.com/BastianBlokland/componenttask-unity",
"repository": {
Expand Down

0 comments on commit d150acd

Please sign in to comment.