Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Apr 15, 2018
1 parent 3bd3825 commit 478bc86
Show file tree
Hide file tree
Showing 5 changed files with 208 additions and 48 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ Components for A-Frame physics integration, built on [CANNON.js](http://schteppe
In the [dist/](https://github.com/donmccurdy/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:

```html
<script src="//cdn.rawgit.com/donmccurdy/aframe-physics-system/v3.0.2/dist/aframe-physics-system.min.js"></script>
<script src="//cdn.rawgit.com/donmccurdy/aframe-physics-system/v3.1.0/dist/aframe-physics-system.min.js"></script>
```

CDN builds for aframe-physics-system/v3.0.2:
CDN builds for aframe-physics-system/v3.1.0:

- [aframe-physics-system.js](https://cdn.rawgit.com/donmccurdy/aframe-physics-system/v3.0.2/dist/aframe-physics-system.js) *(development)*
- [aframe-physics-system.min.js](https://cdn.rawgit.com/donmccurdy/aframe-physics-system/v3.0.2/dist/aframe-physics-system.min.js) *(production)*
- [aframe-physics-system.js](https://cdn.rawgit.com/donmccurdy/aframe-physics-system/v3.1.0/dist/aframe-physics-system.js) *(development)*
- [aframe-physics-system.min.js](https://cdn.rawgit.com/donmccurdy/aframe-physics-system/v3.1.0/dist/aframe-physics-system.min.js) *(production)*

### npm

Expand Down
Loading

0 comments on commit 478bc86

Please sign in to comment.