Skip to content

Commit 6c4d8c2

Browse files
author
ml5
committed
bumps package, readme, and package-lock
1 parent 9568699 commit 6c4d8c2

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
@@ -58,15 +58,16 @@ Before getting started with ml5.js, review our [Code of Conduct](https://github.
5858

5959

6060

61+
6162

6263

6364
<p id="latest-version">
6465

65-
* You can use the latest version (0.9.7) by adding it to the head section of your HTML document:
66+
* You can use the latest version (0.9.8) by adding it to the head section of your HTML document:
6667

67-
**v0.9.7**
68+
**v0.9.8**
6869

69-
<script src="https://unpkg.com/[email protected].7/dist/ml5.min.js" type="text/javascript"></script>
70+
<script src="https://unpkg.com/[email protected].8/dist/ml5.min.js" type="text/javascript"></script>
7071

7172
</p data-id="latest-version">
7273

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

99100

100101

102+
101103

102104

103105

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

0 commit comments

Comments
 (0)