Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentfretin committed Nov 17, 2024
1 parent 8d2724c commit b105e0c
Show file tree
Hide file tree
Showing 17 changed files with 1,167 additions and 1,517 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<script src="https://cdn.jsdelivr.net/gh/c-frame/aframe-extras@7.5.0/dist/aframe-extras.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/c-frame/aframe-extras@7.5.2/dist/aframe-extras.min.js"></script>
```

replace `7.5.0` by another tag or a commit hash (for example `3e0ab50`) if you want to use a build from master branch.
replace `7.5.2` 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.
Expand Down
10 changes: 5 additions & 5 deletions dist/aframe-extras.controls.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/aframe-extras.controls.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/aframe-extras.controls.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/aframe-extras.controls.min.js.map

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions dist/aframe-extras.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/aframe-extras.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/aframe-extras.loaders.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/aframe-extras.loaders.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/aframe-extras.loaders.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/aframe-extras.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/aframe-extras.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/aframe-extras.misc.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/aframe-extras.pathfinding.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/aframe-extras.primitives.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b105e0c

Please sign in to comment.