diff --git a/README.md b/README.md
index 0b42c900..48425cca 100644
--- a/README.md
+++ b/README.md
@@ -44,10 +44,10 @@ src
In the [dist/](https://github.com/c-frame/aframe-extras/tree/master/dist) folder, download any package(s) you need. Include the scripts on your page, and all components are automatically registered for you:
```html
-
+
```
-replace `7.0.0` by another tag (for example `7.1.0`) or a commit hash (for example `3e0ab50`) if you want to use a build from master branch.
+replace `7.1.0` by another tag or a commit hash (for example `3e0ab50`) if you want to use a build from master branch.
You can [look at the commits](https://github.com/c-frame/aframe-extras/commits/master) and use the latest commit hash.
For partial builds, use a subpackage like `aframe-extras.controls.min.js`. Full list of packages above.
diff --git a/package-lock.json b/package-lock.json
index bf47b8ff..f15bcdbf 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "aframe-extras",
- "version": "7.0.0",
+ "version": "7.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "aframe-extras",
- "version": "7.0.0",
+ "version": "7.1.0",
"license": "MIT",
"dependencies": {
"nipplejs": "^0.10.1",
diff --git a/package.json b/package.json
index 17795c7f..68c400e9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "aframe-extras",
- "version": "7.0.0",
+ "version": "7.1.0",
"description": "Add-ons and examples for A-Frame VR.",
"author": "Don McCurdy ",
"license": "MIT",