From 62d5765ceb23bfefcbcb5ba54a0cc2fbbbea01b6 Mon Sep 17 00:00:00 2001 From: Sean Lilley Date: Fri, 2 Nov 2018 22:22:05 -0400 Subject: [PATCH] Update version to 1.3.5 --- CHANGES.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 191806c..42aeeae 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,7 @@ Change Log ========== -### 1.3.5 ????-??-?? +### 1.3.5 2018-11-02 * Improved handling of primitives with different attributes using the same material. Materials are now duplicated. [#163](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/163) * Fixed a bug where primitives without texture coordinates could use materials containing textures. Those textures are now removed. [#163](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/163) diff --git a/package.json b/package.json index 7988042..06e328b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obj2gltf", - "version": "1.3.4", + "version": "1.3.5", "description": "Convert OBJ model format to glTF", "license": "Apache-2.0", "contributors": [