Skip to content

Commit 082476e

Browse files
committed
Released 0.2.1
1 parent 300e177 commit 082476e

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## v0.2.1 - 1st August 2017
44
- Dropped bower in favour of npm to load in the SAT.js dependency.
55
- Added a banner to the minified distributive as part of the build process.
6+
- No functional changes.
67

78
## v0.2.0 - 18th June 2017
89
- Added heuristics for square tiles to improve skipped collisions (#38) at the

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ Check out the **[demo](http://hexus.github.io/phaser-arcade-slopes)**!
2424
| Phaser Version | Arcade Slopes Version |
2525
| --------------- | ------------------------------------------------------------------- |
2626
| v2.4.1 - v2.4.8 | [v0.1.0](https://github.com/hexus/phaser-arcade-slopes/tree/v0.1.0) |
27-
| 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) |
27+
| 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) |
2828

2929
## Installation
3030

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

dist/phaser-arcade-slopes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Phaser.Plugin.ArcadeSlopes.prototype.constructor = Phaser.Plugin.ArcadeSlopes;
5454
* @constant
5555
* @type {string}
5656
*/
57-
Phaser.Plugin.ArcadeSlopes.VERSION = '0.2.0';
57+
Phaser.Plugin.ArcadeSlopes.VERSION = '0.2.1';
5858

5959
/**
6060
* The Separating Axis Theorem collision solver type.

dist/phaser-arcade-slopes.min.js

+11-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)