Skip to content

Commit

Permalink
Using Vector Graphics 1.0.0-preview.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoted committed Apr 24, 2018
1 parent 81f202a commit 7787f36
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Library/
ProjectSettings/
2 changes: 1 addition & 1 deletion Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"com.unity.vectorgraphics": "1.0.0-preview.5"
"com.unity.vectorgraphics": "1.0.0-preview.6"
},
"registry": "https://staging-packages.unity.com"
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ If you want to activate these features in another project:
```javascript
{
"dependencies": {
"com.unity.vectorgraphics": "1.0.0-preview.5"
"com.unity.vectorgraphics": "1.0.0-preview.6"
},
"registry": "https://staging-packages.unity.com"
}
Expand Down

0 comments on commit 7787f36

Please sign in to comment.