Skip to content

Commit

Permalink
-> 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ycw committed Oct 11, 2020
1 parent 5da4836 commit d44eaaa
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.7` )
Via npm ( `npm i ycw/three-csg-modeller#v0.1.8` )

```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].7/dist/lib.esm.js"
import Modeller from "https://cdn.jsdelivr.net/gh/ycw/[email protected].8/dist/lib.esm.js"
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion dist/lib.esm.js

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

2 changes: 1 addition & 1 deletion dist/lib.esm.js.map

Large diffs are not rendered by default.

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.7",
"version": "0.1.8",
"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 d44eaaa

Please sign in to comment.