Skip to content

Commit

Permalink
-> 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ycw committed Oct 9, 2020
1 parent 45e4293 commit 84fbfc3
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 @@ -23,7 +23,7 @@ A bare vertex color example.

## Installation

Via npm ( `npm i ycw/three-csg-modeller#v0.1.4` )
Via npm ( `npm i ycw/three-csg-modeller#v0.1.5` )

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

```js
import Modeller from "https://cdn.jsdelivr.net/gh/ycw/[email protected].4/src/index.js"
import Modeller from "https://cdn.jsdelivr.net/gh/ycw/[email protected].5/src/index.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.4",
"version": "0.1.5",
"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 84fbfc3

Please sign in to comment.