Skip to content

Commit e30337e

Browse files
Merge pull request #29 from diarmidmackenzie/Update-version-in-cannon-docs
4.1.0 -> 4.2.2
2 parents 60813c0 + 7165b7b commit e30337e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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.1.0/dist/aframe-physics-system.min.js"></script>
14+
<script src="https://cdn.jsdelivr.net/gh/c-frame/aframe-physics-system@v4.2.2/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.1.0/dist/aframe-physics-system.js) *(development)*
20-
- [aframe-physics-system.min.js](https://cdn.jsdelivr.net/gh/c-frame/aframe-physics-system@v4.1.0/dist/aframe-physics-system.min.js) *(production)*
19+
- [aframe-physics-system.js](https://cdn.jsdelivr.net/gh/c-frame/aframe-physics-system@v4.2.2/dist/aframe-physics-system.js) *(development)*
20+
- [aframe-physics-system.min.js](https://cdn.jsdelivr.net/gh/c-frame/aframe-physics-system@v4.2.2/dist/aframe-physics-system.min.js) *(production)*
2121

2222
### npm
2323

0 commit comments

Comments
 (0)