Skip to content

Commit

Permalink
-> 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ycw committed Oct 10, 2020
1 parent 65e794b commit 971a813
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Solid mesh modeling for three.js.

## Installation

Via npm ( `npm i ycw/three-csg-modeller#v0.1.6` )
Via npm ( `npm i ycw/three-csg-modeller#v0.1.7` )

```js
import Modeller from "three-csg-modeller"
Expand All @@ -26,7 +26,7 @@ import Modeller from "three-csg-modeller"
Via cdn

```js
import Modeller from "https://cdn.jsdelivr.net/gh/ycw/[email protected].6/dist/lib.esm.js"
import Modeller from "https://cdn.jsdelivr.net/gh/ycw/[email protected].7/dist/lib.esm.js"
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "three-csg-modeller",
"version": "0.1.6",
"version": "0.1.7",
"description": "Solid mesh modeling for three.js",
"repository": "github:ycw/three-csg-modeller",
"author": "ycw (https://github.com/ycw)",
Expand Down

0 comments on commit 971a813

Please sign in to comment.