Skip to content

Commit 3d4ac4a

Browse files
author
ml5
committed
bumps package, readme, and package-lock
1 parent b6efe93 commit 3d4ac4a

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

6060

6161

62+
6263

6364

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

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

68-
**v0.9.8**
69+
**v0.9.9**
6970

70-
<script src="https://unpkg.com/[email protected].8/dist/ml5.min.js" type="text/javascript"></script>
71+
<script src="https://unpkg.com/[email protected].9/dist/ml5.min.js" type="text/javascript"></script>
7172

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

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

101102

102103

104+
103105

104106

105107

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

0 commit comments

Comments
 (0)