Skip to content

Commit 703749b

Browse files
committed
bump version
1 parent 3e0ab50 commit 703749b

File tree

3 files changed

+12
-16
lines changed

3 files changed

+12
-16
lines changed

README.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -44,26 +44,22 @@ 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@tagOrCommit/dist/aframe-extras.min.js"></script>
47+
<script src="https://cdn.jsdelivr.net/gh/c-frame/aframe-extras@7.0.0/dist/aframe-extras.min.js"></script>
4848
```
4949

50-
replace `tagOrCommit` by a tag (for example `v6.1.1`) or a commit hash (for example `fb96ab2`):
51-
52-
CDN builds of the latest version:
53-
54-
- [aframe-extras.js](https://cdn.jsdelivr.net/gh/c-frame/aframe-extras@fb96ab2/dist/aframe-extras.js) *(development)*
55-
- [aframe-extras.min.js](https://cdn.jsdelivr.net/gh/c-frame/aframe-extras@fb96ab2/dist/aframe-extras.min.js) *(production)*
50+
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.
51+
You can [look at the commits](https://github.com/c-frame/aframe-extras/commits/master) and use the latest commit hash.
5652

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

5955
**A-Frame Version Compatibility**
6056

61-
| A-Frame | Extras |
62-
|----------|-------------------------------|
63-
| v1.4.0 | v7.0.0 (unreleased) / fb96ab2 |
64-
| v1.3.0 | v7.0.0 (unreleased) / fb96ab2 |
65-
| v1.2.0 | v7.0.0 (unreleased) / fb96ab2 |
66-
| v1.1.0 | v6.1.1 |
57+
| A-Frame | Extras |
58+
|----------|--------|
59+
| v1.4.0 | v7.0.0 |
60+
| v1.3.0 | v7.0.0 |
61+
| v1.2.0 | v7.0.0 |
62+
| v1.1.0 | v6.1.1 |
6763

6864
> **NOTE:** Several components and examples also rely on [aframe-physics-system](https://github.com/c-frame/aframe-physics-system).
6965

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": "6.1.1",
3+
"version": "7.0.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)