From 8fa5bf9d24b3e90dad15d28a55fbd47f9d6d777e Mon Sep 17 00:00:00 2001 From: Sean Lilley Date: Wed, 26 Jun 2019 19:14:02 -0400 Subject: [PATCH] Update to version 3.0.3 --- CHANGES.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index c9b8b60..cf35100 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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) diff --git a/package.json b/package.json index fb0e7e3..430602f 100644 --- a/package.json +++ b/package.json @@ -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": [