Skip to content

Commit cb6a734

Browse files
committed
chore: bump version
1 parent 548758b commit cb6a734

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

README.md

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

4646

4747

48+
4849

4950

5051
<p id="latest-version">
5152

52-
* You can use the latest version (0.9.0) by adding it to the head section of your HTML document:
53+
* You can use the latest version (0.9.1) by adding it to the head section of your HTML document:
5354

54-
**v0.9.0**
55+
**v0.9.1**
5556

56-
<script src="https://unpkg.com/[email protected].0/dist/ml5.min.js" type="text/javascript"></script>
57+
<script src="https://unpkg.com/[email protected].1/dist/ml5.min.js" type="text/javascript"></script>
5758

5859
</p data-id="latest-version">
5960

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

7576

7677

78+
7779

7880

7981

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)