Update to version 0.1.1

This commit is contained in:
Sean Lilley 2016-07-21 17:22:12 -04:00
parent 49f37d5798
commit 68003e43b7
2 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,10 @@
Change Log
==========
### 0.1.1 - 2016-07-21
* Updated to use gltf-pipeline 0.1.0-alpha2.
### 0.1.0 - 2016-07-20
Initial release.
* Initial release.

View File

@ -1,6 +1,6 @@
{
"name": "obj2gltf",
"version": "0.1.0",
"version": "0.1.1",
"description": "Convert OBJ model format to glTF",
"license": "Apache-2.0",
"contributors": [
@ -30,7 +30,7 @@
"byline": "4.2.1",
"cesium": "1.23.0",
"fs-extra": "0.30.0",
"gltf-pipeline": "0.1.0-alpha1",
"gltf-pipeline": "0.1.0-alpha2",
"yargs": "4.7.1"
},
"devDependencies": {