Skip to content

Commit e616a57

Browse files
author
ml5
committed
bumps package, readme, and package-lock
1 parent 2371388 commit e616a57

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

6767

6868

69+
6970

7071

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

73-
* You can use the latest version (0.10.5) by adding it to the head section of your HTML document:
74+
* You can use the latest version (0.10.6) by adding it to the head section of your HTML document:
7475

75-
**v0.10.5**
76+
**v0.10.6**
7677

77-
<script src="https://unpkg.com/[email protected].5/dist/ml5.min.js" type="text/javascript"></script>
78+
<script src="https://unpkg.com/[email protected].6/dist/ml5.min.js" type="text/javascript"></script>
7879

7980
</p data-id="latest-version">
8081

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

115116

116117

118+
117119

118120

119121

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

0 commit comments

Comments
 (0)