diff --git a/README.md b/README.md index 56ea6d4..d89a391 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ single bit of `attributes.uv.array`. ## Installation -Via npm ( `npm i ycw/three-csg-modeller#v0.1.0` ) +Via npm ( `npm i ycw/three-csg-modeller#v0.1.1` ) ```js import Modeller from "three-csg-modeller" @@ -30,7 +30,7 @@ import Modeller from "three-csg-modeller" Via cdn ```js -import Modeller from "https://cdn.jsdelivr.net/gh/ycw/three-csg-modeller@0.1.0/src/index.js" +import Modeller from "https://cdn.jsdelivr.net/gh/ycw/three-csg-modeller@0.1.1/src/index.js" ``` ## Usage diff --git a/package.json b/package.json index bfbdb20..595e92a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "three-csg-modeller", - "version": "0.1.0", + "version": "0.1.1", "description": "Solid mesh modeling for three.js", "author": "ycw (https://github.com/ycw)", "main": "src/index.js",