Skip to content

Commit ce2a97c

Browse files
committed
Merge branch 'development' of https://github.com/ml5js/ml5-library into development
2 parents 3ebf459 + 430cfd9 commit ce2a97c

File tree

5 files changed

+10
-79
lines changed

5 files changed

+10
-79
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ training/lstm/data/t
1111
.cache
1212
/public
1313
/static
14+
/dist
1415

1516
website/translated_docs
1617
website/build/

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,20 @@ ml5.js is heavily inspired by [Processing](https://processing.org/) and [p5.js](
2121

2222
There are several ways you can use the ml5.js library:
2323

24-
* You can use the latest version (0.3.0) by adding it to the head section of your HTML document:
24+
* You can use the latest version (0.3.1) by adding it to the head section of your HTML document:
2525

26-
**v0.3.0**
26+
**v0.3.1**
2727
```javascript
28-
<script src="https://unpkg.com/[email protected].0/dist/ml5.min.js" type="text/javascript"></script>
28+
<script src="https://unpkg.com/[email protected].1/dist/ml5.min.js" type="text/javascript"></script>
2929
```
3030

3131
* If you need to use an earlier version for any reason, you can change the version number.
3232

33+
**v0.3.0**
34+
```javascript
35+
<script src="https://unpkg.com/[email protected]/dist/ml5.min.js" type="text/javascript"></script>
36+
```
37+
3338
**v0.2.3**
3439
```javascript
3540
<script src="https://unpkg.com/[email protected]/dist/ml5.min.js" type="text/javascript"></script>

dist/ml5.min.js

Lines changed: 0 additions & 74 deletions
This file was deleted.

dist/ml5.min.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

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

0 commit comments

Comments
 (0)