Skip to content

Commit 6d59c1a

Browse files
committed
Bump to 0.7.1
1 parent 9783943 commit 6d59c1a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ Before getting started with ml5.js, review our [Code of Conduct](https://github.
3333

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

36-
* You can use the latest version (0.7.0) by adding it to the head section of your HTML document:
36+
* You can use the latest version (0.7.1) by adding it to the head section of your HTML document:
3737

38-
**v0.7.0**
38+
**v0.7.1**
3939

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

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

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

0 commit comments

Comments
 (0)