Skip to content

Commit de154d9

Browse files
author
ml5
committed
bumps package, readme, and package-lock
1 parent 451d560 commit de154d9

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

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

7070

7171

72+
7273

7374

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

76-
* You can use the latest version (0.11.1) by adding it to the head section of your HTML document:
77+
* You can use the latest version (0.12.0) by adding it to the head section of your HTML document:
7778

78-
**v0.11.1**
79+
**v0.12.0**
7980

80-
<script src="https://unpkg.com/ml5@0.11.1/dist/ml5.min.js" type="text/javascript"></script>
81+
<script src="https://unpkg.com/ml5@0.12.0/dist/ml5.min.js" type="text/javascript"></script>
8182

8283
</p data-id="latest-version">
8384

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

121122

122123

124+
123125

124126

125127

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml5",
3-
"version": "0.10.6",
3+
"version": "0.12.0",
44
"description": "A friendly machine learning library for the web.",
55
"main": "dist/ml5.min.js",
66
"directories": {
@@ -133,4 +133,4 @@
133133
"face-api.js": "~0.22.2",
134134
"onchange": "^6.1.0"
135135
}
136-
}
136+
}

0 commit comments

Comments
 (0)