Skip to content

Commit 1b4f01f

Browse files
committed
bump version
1 parent d10fe45 commit 1b4f01f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ src
4444
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:
4545

4646
```html
47-
<script src="https://cdn.jsdelivr.net/gh/c-frame/aframe-extras@7.1.0/dist/aframe-extras.min.js"></script>
47+
<script src="https://cdn.jsdelivr.net/gh/c-frame/aframe-extras@7.2.0/dist/aframe-extras.min.js"></script>
4848
```
4949

50-
replace `7.1.0` by another tag or a commit hash (for example `3e0ab50`) if you want to use a build from master branch.
50+
replace `7.2.0` by another tag or a commit hash (for example `3e0ab50`) if you want to use a build from master branch.
5151
You can [look at the commits](https://github.com/c-frame/aframe-extras/commits/master) and use the latest commit hash.
5252

5353
For partial builds, use a subpackage like `aframe-extras.controls.min.js`. Full list of packages above.

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "aframe-extras",
3-
"version": "7.1.0",
3+
"version": "7.2.0",
44
"description": "Add-ons and examples for A-Frame VR.",
55
"author": "Don McCurdy <dm@donmccurdy.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)