Skip to content

Commit

Permalink
Fix the version to match with npm
Browse files Browse the repository at this point in the history
  • Loading branch information
jdnichollsc committed Jul 16, 2015
1 parent 5bb8969 commit dfc2295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/phaser-kinetic-scrolling-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Juan Nicholls <jdnichollsc@hotmail.com>
* @copyright 2015 Juan Nicholls - http://jdnichollsc.github.io/Phaser-Kinetic-Scrolling-Plugin/
* @license {@link http://opensource.org/licenses/MIT}
* @version 0.1.2
* @version 1.0.1
*/

(function (Phaser) {
Expand Down Expand Up @@ -264,4 +264,4 @@

};

} (Phaser));
} (Phaser));

0 comments on commit dfc2295

Please sign in to comment.