Skip to content

Commit 50bb9b9

Browse files
committed
Update version number in package.json and in README.md
1 parent f23534f commit 50bb9b9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ There are several ways you can use the ml5.js library:
2929

3030
<p id="latest-version">
3131

32-
* You can use the latest version (0.6.0) by adding it to the head section of your HTML document:
32+
* You can use the latest version (0.6.1) by adding it to the head section of your HTML document:
3333

34-
**v0.6.0**
34+
**v0.6.1**
3535

36-
<script src="https://unpkg.com/[email protected].0/dist/ml5.min.js" type="text/javascript"></script>
36+
<script src="https://unpkg.com/[email protected].1/dist/ml5.min.js" type="text/javascript"></script>
3737

3838
</p data-id="latest-version">
3939

@@ -54,7 +54,7 @@ There are several ways you can use the ml5.js library:
5454

5555
For example:
5656
```html
57-
<script src="https://unpkg.com/[email protected].0/dist/ml5.min.js" type="text/javascript"></script>
57+
<script src="https://unpkg.com/[email protected].1/dist/ml5.min.js" type="text/javascript"></script>
5858
```
5959

6060
* You can also reference "latest", but we do not recommend this as your code may break as we update ml5.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml5",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "A friendly machine learning library for the web.",
55
"main": "dist/ml5.min.js",
66
"directories": {

0 commit comments

Comments
 (0)