Update version to 3.0.0

This commit is contained in:
Sean Lilley 2018-12-05 09:26:58 -05:00
parent fd2407512f
commit b458856904
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Change Log Change Log
========== ==========
### 3.0.0 ????-??-?? ### 3.0.0 2018-12-05
* Breaking changes * Breaking changes
* The `--materialsCommon` flag has been removed. Use `--unlit` instead which uses the `KHR_materials_unlit` extension. [#152](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/152) * The `--materialsCommon` flag has been removed. Use `--unlit` instead which uses the `KHR_materials_unlit` extension. [#152](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/152)

View File

@ -1,6 +1,6 @@
{ {
"name": "obj2gltf", "name": "obj2gltf",
"version": "2.3.2", "version": "3.0.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": [