Skip to content

Commit

Permalink
Released 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hexus committed Aug 1, 2017
1 parent 300e177 commit 082476e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## v0.2.1 - 1st August 2017
- Dropped bower in favour of npm to load in the SAT.js dependency.
- Added a banner to the minified distributive as part of the build process.
- No functional changes.

## v0.2.0 - 18th June 2017
- Added heuristics for square tiles to improve skipped collisions (#38) at the
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ Check out the **[demo](http://hexus.github.io/phaser-arcade-slopes)**!
| Phaser Version | Arcade Slopes Version |
| --------------- | ------------------------------------------------------------------- |
| v2.4.1 - v2.4.8 | [v0.1.0](https://github.com/hexus/phaser-arcade-slopes/tree/v0.1.0) |
| v2.5.0 - v2.7.9 | [v0.1.1](https://github.com/hexus/phaser-arcade-slopes/tree/v0.1.1) - [v0.2.0](https://github.com/hexus/phaser-arcade-slopes/tree/v0.2.0) |
| v2.5.0 - v2.7.9 | [v0.1.1](https://github.com/hexus/phaser-arcade-slopes/tree/v0.1.1) - [v0.2.1](https://github.com/hexus/phaser-arcade-slopes/tree/v0.2.1) |

## Installation

Grab a copy of the
[latest release](https://raw.githubusercontent.com/hexus/phaser-arcade-slopes/v0.2.0/dist/phaser-arcade-slopes.min.js)
[latest release](https://raw.githubusercontent.com/hexus/phaser-arcade-slopes/v0.2.1/dist/phaser-arcade-slopes.min.js)
from the [**dist**](dist) directory in this repository and include it after
Phaser.

Expand Down
2 changes: 1 addition & 1 deletion dist/phaser-arcade-slopes.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Phaser.Plugin.ArcadeSlopes.prototype.constructor = Phaser.Plugin.ArcadeSlopes;
* @constant
* @type {string}
*/
Phaser.Plugin.ArcadeSlopes.VERSION = '0.2.0';
Phaser.Plugin.ArcadeSlopes.VERSION = '0.2.1';

/**
* The Separating Axis Theorem collision solver type.
Expand Down
13 changes: 11 additions & 2 deletions dist/phaser-arcade-slopes.min.js

Large diffs are not rendered by default.

0 comments on commit 082476e

Please sign in to comment.