diff --git a/CHANGES.md b/CHANGES.md index 6d78ae7..a3e3607 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,7 @@ Change Log ========== -### 2.2.0 ??? +### 2.2.0 2017-01-29 * Fixed handling of materials where the diffuse and ambient texture are the same. [#127](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/127) * Added ability to load alpha textures. [#124](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/124) diff --git a/package.json b/package.json index eda5360..a7d2f2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obj2gltf", - "version": "2.1.0", + "version": "2.2.0", "description": "Convert OBJ model format to glTF", "license": "Apache-2.0", "contributors": [