Skip to content

Commit 49f8d80

Browse files
author
ml5
committed
bumps package, readme, and package-lock
1 parent 00d6d0f commit 49f8d80

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

6565

6666

67+
6768

6869

6970
<p id="latest-version">
7071

71-
* You can use the latest version (0.10.3) by adding it to the head section of your HTML document:
72+
* You can use the latest version (0.10.4) by adding it to the head section of your HTML document:
7273

73-
**v0.10.3**
74+
**v0.10.4**
7475

75-
<script src="https://unpkg.com/ml5@0.10.3/dist/ml5.min.js" type="text/javascript"></script>
76+
<script src="https://unpkg.com/ml5@0.10.4/dist/ml5.min.js" type="text/javascript"></script>
7677

7778
</p data-id="latest-version">
7879

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

111112

112113

114+
113115

114116

115117

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.3",
3+
"version": "0.10.4",
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)