Skip to content

Commit 9783943

Browse files
committed
Bump library version to 0.7.0
1 parent 99c70f4 commit 9783943

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

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

3434
<p id="latest-version">
3535

36-
* You can use the latest version (0.6.1) by adding it to the head section of your HTML document:
36+
* You can use the latest version (0.7.0) by adding it to the head section of your HTML document:
3737

38-
**v0.6.1**
38+
**v0.7.0**
3939

40-
<script src="https://unpkg.com/ml5@0.6.1/dist/ml5.min.js" type="text/javascript"></script>
40+
<script src="https://unpkg.com/ml5@0.7.0/dist/ml5.min.js" type="text/javascript"></script>
4141

4242
</p data-id="latest-version">
4343

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

0 commit comments

Comments
 (0)