Skip to content

Commit c5ccfb6

Browse files
Merge pull request #67 from c-frame/update-three-to-ammo
Update three-to-ammo to 1.0.4
2 parents 0dc662e + b188ef4 commit c5ccfb6

File tree

6 files changed

+3597
-3589
lines changed

6 files changed

+3597
-3589
lines changed

‎AmmoDriver.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ or
4545
Then, add `aframe-physics-system` itself, also with a script tag:
4646

4747
```html
48-
<script src="https://cdn.jsdelivr.net/gh/c-frame/aframe-physics-system@v4.2.3/dist/aframe-physics-system.js"></script>
48+
<script src="https://cdn.jsdelivr.net/gh/c-frame/aframe-physics-system@v4.2.4/dist/aframe-physics-system.js"></script>
4949
```
5050

5151
#### NPM and Webpack

‎CannonDriver.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ This page describes how to use aframe-physics-system with the Cannon Driver
1111
In the [dist/](https://github.com/c-frame/aframe-physics-system/tree/master/dist) folder, download the full or minified build. Include the script on your page, and all components are automatically registered for you:
1212

1313
```html
14-
<script src="https://cdn.jsdelivr.net/gh/c-frame/aframe-physics-system@v4.2.3/dist/aframe-physics-system.min.js"></script>
14+
<script src="https://cdn.jsdelivr.net/gh/c-frame/aframe-physics-system@v4.2.4/dist/aframe-physics-system.min.js"></script>
1515
```
1616

1717
CDN builds for aframe-physics-system@v$npm_package_version:
1818

19-
- [aframe-physics-system.js](https://cdn.jsdelivr.net/gh/c-frame/aframe-physics-system@v4.2.3/dist/aframe-physics-system.js) *(development)*
20-
- [aframe-physics-system.min.js](https://cdn.jsdelivr.net/gh/c-frame/aframe-physics-system@v4.2.3/dist/aframe-physics-system.min.js) *(production)*
19+
- [aframe-physics-system.js](https://cdn.jsdelivr.net/gh/c-frame/aframe-physics-system@v4.2.4/dist/aframe-physics-system.js) *(development)*
20+
- [aframe-physics-system.min.js](https://cdn.jsdelivr.net/gh/c-frame/aframe-physics-system@v4.2.4/dist/aframe-physics-system.min.js) *(production)*
2121

2222
### npm
2323

0 commit comments

Comments
 (0)