Skip to content

Commit

Permalink
Update version number to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BastianBlokland committed Nov 9, 2019
1 parent 8c4e0d0 commit 5c141ec
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 @@ -11,7 +11,7 @@ having to hard code values, this tool allows you to generate that enum.

```
"dependencies": {
"com.bastianblokland.enumgenerator": "https://github.com/BastianBlokland/enum-generator-unity.git#v1.6",
"com.bastianblokland.enumgenerator": "https://github.com/BastianBlokland/enum-generator-unity.git#v1.6.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.enumgenerator",
"displayName": "Enum Generator",
"author": "Bastian Blokland",
"version": "1.6.0",
"version": "1.6.1",
"unity": "2018.4",
"description": "Tool for generating c# enums based on json input files. Repository: https://github.com/bastianblokland/enum-generator-unity",
"keywords": [
Expand Down

0 comments on commit 5c141ec

Please sign in to comment.