Skip to content

Commit 6eafacb

Browse files
authored
Merge pull request #1290 from ml5js/joeyklee.devops-publish-workflow
fix: publish workflow
2 parents 535be4b + 9e6c151 commit 6eafacb

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
@@ -53,15 +53,16 @@ Before getting started with ml5.js, review our [Code of Conduct](https://github.
5353

5454

5555

56+
5657

5758

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

60-
* You can use the latest version (0.9.4) by adding it to the head section of your HTML document:
61+
* You can use the latest version (0.9.5) by adding it to the head section of your HTML document:
6162

62-
**v0.9.4**
63+
**v0.9.5**
6364

64-
<script src="https://unpkg.com/[email protected].4/dist/ml5.min.js" type="text/javascript"></script>
65+
<script src="https://unpkg.com/[email protected].5/dist/ml5.min.js" type="text/javascript"></script>
6566

6667
</p data-id="latest-version">
6768

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

8990

9091

92+
9193

9294

9395

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

0 commit comments

Comments
 (0)