Skip to content

Commit a2fae71

Browse files
committed
bump version
1 parent 4d6de09 commit a2fae71

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.2.0/dist/aframe-extras.min.js"></script>
47+
<script src="https://cdn.jsdelivr.net/gh/c-frame/aframe-extras@7.4.0/dist/aframe-extras.min.js"></script>
4848
```
4949

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.
50+
replace `7.4.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.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.3.0",
3+
"version": "7.4.0",
44
"description": "Add-ons and examples for A-Frame VR.",
55
"author": "Don McCurdy <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)