Skip to content

Commit

Permalink
Fixed package.json for newer version of the Unity Package Manager (Si…
Browse files Browse the repository at this point in the history
…ccity#16)

Changed package.json version number to 0.6.0 to reflect current release version
Changed version format to SemVer as required by Unity Package Manager.
Added meta files for License and Readme files
  • Loading branch information
Kibsgaard authored and Siccity committed Aug 7, 2019
1 parent 40acd7f commit 0e8ad40
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
7 changes: 7 additions & 0 deletions LICENSE.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions README.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "com.siccity.gltfutility",
"displayName": "GLTFUtility",
"version": "1.0",
"unity": "2018.2.18f1",
"version": "0.6.0",
"unity": "2018.2",
"keywords": ["glTF", "import"],
"description": "Lightweight glTF loader."
}
}

0 comments on commit 0e8ad40

Please sign in to comment.