Skip to content

Commit 6635e9e

Browse files
committed
Update version numbers to 0.6.0
1 parent 3418909 commit 6635e9e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

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

3333
<p id="latest-version">
3434

35-
* You can use the latest version (0.5.0) by adding it to the head section of your HTML document:
35+
* You can use the latest version (0.6.0) by adding it to the head section of your HTML document:
3636

37-
**v0.5.0**
37+
**v0.6.0**
3838

39-
<script src="https://unpkg.com/ml5@0.5.0/dist/ml5.min.js" type="text/javascript"></script>
39+
<script src="https://unpkg.com/ml5@0.6.0/dist/ml5.min.js" type="text/javascript"></script>
4040

4141
</p data-id="latest-version">
4242

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

5858
For example:
5959
```html
60-
<script src="https://unpkg.com/ml5@0.5.0/dist/ml5.min.js" type="text/javascript"></script>
60+
<script src="https://unpkg.com/ml5@0.6.0/dist/ml5.min.js" type="text/javascript"></script>
6161
```
6262

6363
* You can also reference "latest", but we do not recommend this as your code may break as we update ml5.
@@ -76,7 +76,7 @@ For example:
7676

7777
## Standalone Examples
7878

79-
You can find a collection of standalone examples in this repository within the `examples/` directory. You can also test working hosted of the examples online on the ml5.js examples index website (TODO: Add a link).
79+
You can find a collection of standalone examples in this repository within the `examples/` directory. You can also test working hosted of the examples online on the [ml5.js examples index website](https://examples.ml5js.org/).
8080

8181
These examples are meant to serve as an introduction to the library and machine learning concepts.
8282

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.5.0",
3+
"version": "0.6.0",
44
"description": "A friendly machine learning library for the web.",
55
"main": "dist/ml5.min.js",
66
"directories": {

0 commit comments

Comments
 (0)