Skip to content
This repository has been archived by the owner on Dec 15, 2019. It is now read-only.

Commit

Permalink
Merge branch '0.7.0'
Browse files Browse the repository at this point in the history
Conflicts:
	src/behaviors/sweep-prune.js
  • Loading branch information
wellcaffeinated committed Dec 8, 2014
2 parents 2f3fa43 + 717ec8c commit 509362f
Show file tree
Hide file tree
Showing 90 changed files with 20,976 additions and 3,762 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ node_modules
.DS_Store
_SpecRunner.html
_working
.sass-cache
.sass-cache
_site/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A modular, extendable, and easy-to-use physics engine for javascript.

Latest version: 0.6.0 (beta)
Latest version: 0.7.0 (beta)

## Usage

Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "PhysicsJS",
"version": "0.6.0",
"version": "0.7.0",
"homepage": "https://wellcaffeinated.net/PhysicsJS",
"authors": [
"Jasper Palfree <[email protected]>"
],
"description": "A modular, extendable, and easy-to-use physics engine for javascript",
"main": "dist/physicsjs-full-0.6.0.js",
"main": "dist/physicsjs-full.js",
"moduleType": [
"amd",
"globals",
Expand Down
2 changes: 1 addition & 1 deletion dist/behaviors/attractor.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* PhysicsJS v0.6.0 - 2014-04-22
* PhysicsJS v0.7.0 - 2014-12-08
* A modular, extendable, and easy-to-use physics engine for javascript
* https://wellcaffeinated.net/PhysicsJS
*
Expand Down
Loading

0 comments on commit 509362f

Please sign in to comment.