diff --git a/README.md b/README.md
index 26f9a62..c2a9aa3 100644
--- a/README.md
+++ b/README.md
@@ -22,12 +22,12 @@ Before getting started with ml5.js, review our [Code of Conduct](https://github.
-- You can use the latest version (1.0.2) by adding it to the head section of your HTML document:
+- You can use the latest version (1.1.0) by adding it to the head section of your HTML document:
- **v1.0.2**
+ **v1.1.0**
```html
-
+
```
diff --git a/package.json b/package.json
index cd90354..12312c3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ml5",
- "version": "1.0.2",
+ "version": "1.1.0",
"description": "A friendly machine learning library for the web.",
"main": "dist/ml5.min.js",
"scripts": {