From 0b30a11e3a30915dc6791228f17fe49d8807356a Mon Sep 17 00:00:00 2001 From: Sean Lilley Date: Fri, 2 Nov 2018 22:25:58 -0400 Subject: [PATCH] Update to version 2.3.2 --- CHANGES.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 8e7473d..1b91b64 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,8 @@ Change Log ========== -### 2.3.2 ????-??-?? +### 2.3.2 2018-11-02 + * Improved handling of primitives with different attributes using the same material. Materials are now duplicated. [#162](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/162) * Fixed a bug where primitives without texture coordinates could use materials containing textures. Those textures are now removed. [#162](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/162) * Improved parsing of faces with mismatching attributes. [#161](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/161) diff --git a/package.json b/package.json index ff629e5..65c4457 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obj2gltf", - "version": "2.3.1", + "version": "2.3.2", "description": "Convert OBJ model format to glTF", "license": "Apache-2.0", "contributors": [