Update version for line-ending fix

This commit is contained in:
Sean Lilley 2016-09-07 18:12:29 -04:00
parent 7503e36e86
commit fae7ae67f0
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
Change Log Change Log
========== ==========
### 0.1.6 2016-09-07
* Changed obj2gltf.js line endings from CRLF to LF in npm package.
### 0.1.5 2016-08-26 ### 0.1.5 2016-08-26
* Fixed incorrect parameter to the gltf-pipeline. * Fixed incorrect parameter to the gltf-pipeline.

View File

@ -1,6 +1,6 @@
{ {
"name": "obj2gltf", "name": "obj2gltf",
"version": "0.1.5", "version": "0.1.6",
"description": "Convert OBJ model format to glTF", "description": "Convert OBJ model format to glTF",
"license": "Apache-2.0", "license": "Apache-2.0",
"contributors": [ "contributors": [