Updated for 2.2.0 release

This commit is contained in:
Sean Lilley 2018-01-29 15:08:11 -05:00
parent dc2196e937
commit 36c72e1e25
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Change Log 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) * 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) * Added ability to load alpha textures. [#124](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/124)

View File

@ -1,6 +1,6 @@
{ {
"name": "obj2gltf", "name": "obj2gltf",
"version": "2.1.0", "version": "2.2.0",
"description": "Convert OBJ model format to glTF", "description": "Convert OBJ model format to glTF",
"license": "Apache-2.0", "license": "Apache-2.0",
"contributors": [ "contributors": [