From b458856904f96787b764232500396fdc00e588b4 Mon Sep 17 00:00:00 2001 From: Sean Lilley Date: Wed, 5 Dec 2018 09:26:58 -0500 Subject: [PATCH] Update version to 3.0.0 --- CHANGES.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 25919b99..6fbeae8d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,7 @@ Change Log ========== -### 3.0.0 ????-??-?? +### 3.0.0 2018-12-05 * 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) diff --git a/package.json b/package.json index c6ecc68e..8b9d3619 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obj2gltf", - "version": "2.3.2", + "version": "3.0.0", "description": "Convert OBJ model format to glTF", "license": "Apache-2.0", "contributors": [