Skip to content

Commit e4ec496

Browse files
author
ml5
committed
bumps package, readme, and package-lock
1 parent 0adf435 commit e4ec496

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

6262

6363

64+
6465

6566

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

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

70-
**v0.10.0**
71+
**v0.10.1**
7172

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

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

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

105106

106107

108+
107109

108110

109111

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

0 commit comments

Comments
 (0)