Skip to content

Commit 2ac1d70

Browse files
authored
Merge pull request #182 from ml5js/0.1.1
0.1.1
2 parents 6f5d079 + 7a8ff77 commit 2ac1d70

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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

dist/ml5.min.js

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

dist/ml5.min.js.map

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.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)