Skip to content

Commit 82d48ea

Browse files
authored
Merge pull request #182 from ml5js/0.1.1
0.1.1
2 parents 11582d2 + 381da23 commit 82d48ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Download the [full](https://raw.githubusercontent.com/ml5js/ml5-library/master/d
2424
```
2525
or
2626
```javascript
27-
<script src="https://unpkg.com/ml5" type="text/javascript"></script>
27+
<script src="https://unpkg.com/ml5@0.1.1/dist/ml5.min.js" type="text/javascript"></script>
2828
```
2929

3030
## Resources

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

0 commit comments

Comments
 (0)