From 8823b127dff620bc104fefdc725ed02abc203d49 Mon Sep 17 00:00:00 2001 From: joeyklee Date: Thu, 20 Jan 2022 17:16:17 -0800 Subject: [PATCH] chore: bump version 0.8.1 --- README.md | 8 +++++--- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ff5e4a5d2..4829edba3 100644 --- a/README.md +++ b/README.md @@ -32,18 +32,20 @@ Before getting started with ml5.js, review our [Code of Conduct](https://github. +

-* You can use the latest version (0.8.0) by adding it to the head section of your HTML document: +* You can use the latest version (0.8.1) by adding it to the head section of your HTML document: -**v0.8.0** +**v0.8.1** - +

+ diff --git a/package-lock.json b/package-lock.json index 078585468..6c5d5742f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ml5", - "version": "0.8.0", + "version": "0.8.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c6fd1efa3..34d9962be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml5", - "version": "0.8.0", + "version": "0.8.1", "description": "A friendly machine learning library for the web.", "main": "dist/ml5.min.js", "directories": {