Skip to content

Commit

Permalink
-> 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ycw committed Oct 8, 2020
1 parent d3a663f commit 687b581
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -30,7 +30,7 @@ import Modeller from "three-csg-modeller"
Via cdn

```js
import Modeller from "https://cdn.jsdelivr.net/gh/ycw/[email protected].0/src/index.js"
import Modeller from "https://cdn.jsdelivr.net/gh/ycw/[email protected].1/src/index.js"
```

## Usage
Expand Down
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.0",
"version": "0.1.1",
"description": "Solid mesh modeling for three.js",
"author": "ycw (https://github.com/ycw)",
"main": "src/index.js",
Expand Down

0 comments on commit 687b581

Please sign in to comment.