Skip to content

Commit 224855b

Browse files
author
ml5
committed
bumps package, readme, and package-lock
1 parent e158d66 commit 224855b

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

6161

6262

63+
6364

6465

6566
<p id="latest-version">
6667

67-
* You can use the latest version (0.9.9) by adding it to the head section of your HTML document:
68+
* You can use the latest version (0.10.0) by adding it to the head section of your HTML document:
6869

69-
**v0.9.9**
70+
**v0.10.0**
7071

71-
<script src="https://unpkg.com/ml5@0.9.9/dist/ml5.min.js" type="text/javascript"></script>
72+
<script src="https://unpkg.com/ml5@0.10.0/dist/ml5.min.js" type="text/javascript"></script>
7273

7374
</p data-id="latest-version">
7475

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

103104

104105

106+
105107

106108

107109

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

0 commit comments

Comments
 (0)