From 1d0bb5eb359595a2191016581d801ffd1206d751 Mon Sep 17 00:00:00 2001 From: Sean Lilley Date: Mon, 22 Jul 2019 18:44:09 -0400 Subject: [PATCH] Update CHANGES and package.json --- CHANGES.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index cf35100..536395f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,10 @@ Change Log ========== +### 3.0.4 - 2019-07-22 + +* No longer printing texture decode warning if the diffuse and alpha textures are the same. [#205](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/205) + ### 3.0.3 2019-06-26 * Fixed parsing of negative face indices. [#191](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/191) diff --git a/package.json b/package.json index 430602f..14f1854 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obj2gltf", - "version": "3.0.3", + "version": "3.0.4", "description": "Convert OBJ model format to glTF", "license": "Apache-2.0", "contributors": [