diff --git a/README.md b/README.md index 59228312..df56f38b 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.2.0` by another tag or a commit hash (for example `3e0ab50`) if you want to use a build from master branch. +replace `7.4.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.json b/package.json index c7c26969..8f95454c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aframe-extras", - "version": "7.3.0", + "version": "7.4.0", "description": "Add-ons and examples for A-Frame VR.", "author": "Don McCurdy ", "license": "MIT",