Skip to content

Commit 73d4f21

Browse files
author
ml5
committed
bumps package, readme, and package-lock
1 parent f2e1c4b commit 73d4f21

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

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

5656

5757

58+
5859

5960

6061
<p id="latest-version">
6162

62-
* You can use the latest version (0.9.6) by adding it to the head section of your HTML document:
63+
* You can use the latest version (0.9.7) by adding it to the head section of your HTML document:
6364

64-
**v0.9.6**
65+
**v0.9.7**
6566

66-
<script src="https://unpkg.com/[email protected].6/dist/ml5.min.js" type="text/javascript"></script>
67+
<script src="https://unpkg.com/[email protected].7/dist/ml5.min.js" type="text/javascript"></script>
6768

6869
</p data-id="latest-version">
6970

@@ -92,6 +93,7 @@ Before getting started with ml5.js, review our [Code of Conduct](https://github.
9293

9394

9495

96+
9597

9698

9799

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

0 commit comments

Comments
 (0)