diff --git a/package-lock.json b/package-lock.json index 98c7380..6d142f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ifc-gltf", - "version": "0.0.1", + "version": "0.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ifc-gltf", - "version": "0.0.1", + "version": "0.0.2", "license": "BSD-2-Clause", "dependencies": { "@thatopen/components": "^2.2.10" diff --git a/package.json b/package.json index 3dccc56..539b005 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@geoblocks/ifc-gltf", - "version": "0.0.1", + "version": "0.0.2", "description": "Function to import IFC file and convert it to gLTF", "main": "dist/ifc-gltf.js", "scripts": {