Update to version 3.0.3

This commit is contained in:
Sean Lilley 2019-06-26 19:14:02 -04:00
parent a81d88bdcb
commit 8fa5bf9d24
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
Change Log
==========
### 3.0.3 2019-06-26
* Fixed parsing of negative face indices. [#191](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/191)
### 3.0.2 2019-03-21
* Fixed a crash when saving separate resources that would exceed the Node buffer size limit. [#173](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/173)

View File

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