Skip to content

Commit 2604b3b

Browse files
committed
chore: bump pkg
1 parent 13cc9d1 commit 2604b3b

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

README.md

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

4242

4343

44+
4445

4546

4647
<p id="latest-version">
4748

48-
* You can use the latest version (0.8.11) by adding it to the head section of your HTML document:
49+
* You can use the latest version (0.8.12) by adding it to the head section of your HTML document:
4950

50-
**v0.8.11**
51+
**v0.8.12**
5152

52-
<script src="https://unpkg.com/[email protected].11/dist/ml5.min.js" type="text/javascript"></script>
53+
<script src="https://unpkg.com/[email protected].12/dist/ml5.min.js" type="text/javascript"></script>
5354

5455
</p data-id="latest-version">
5556

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

6768

6869

70+
6971

7072

7173

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)