From 381df641d1e87924ddef830f218787b957e1f534 Mon Sep 17 00:00:00 2001 From: ml5 Date: Tue, 5 Apr 2022 21:32:40 +0000 Subject: [PATCH] bumps package, readme, and package-lock --- README.md | 8 +++++--- package.json | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 23cb9c96e..1d7bddff1 100644 --- a/README.md +++ b/README.md @@ -67,15 +67,16 @@ Before getting started with ml5.js, review our [Code of Conduct](https://github. +

-* You can use the latest version (0.10.6) by adding it to the head section of your HTML document: +* You can use the latest version (0.11.0) by adding it to the head section of your HTML document: -**v0.10.6** +**v0.11.0** - +

@@ -116,6 +117,7 @@ Before getting started with ml5.js, review our [Code of Conduct](https://github. + diff --git a/package.json b/package.json index 79ec807df..d3bb6ea23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml5", - "version": "0.10.6", + "version": "0.11.0", "description": "A friendly machine learning library for the web.", "main": "dist/ml5.min.js", "directories": { @@ -129,4 +129,4 @@ "face-api.js": "~0.22.2", "onchange": "^6.1.0" } -} +} \ No newline at end of file