diff --git a/README.md b/README.md index a010971e6..c52b0adb9 100644 --- a/README.md +++ b/README.md @@ -64,15 +64,16 @@ Before getting started with ml5.js, review our [Code of Conduct](https://github. +
-* You can use the latest version (0.10.3) by adding it to the head section of your HTML document: +* You can use the latest version (0.10.4) by adding it to the head section of your HTML document: -**v0.10.3** +**v0.10.4** - +
@@ -110,6 +111,7 @@ Before getting started with ml5.js, review our [Code of Conduct](https://github. + diff --git a/package.json b/package.json index f3a9a690f..9ee8d4e34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml5", - "version": "0.10.3", + "version": "0.10.4", "description": "A friendly machine learning library for the web.", "main": "dist/ml5.min.js", "directories": { @@ -133,4 +133,4 @@ "face-api.js": "~0.22.2", "onchange": "^6.1.0" } -} +} \ No newline at end of file