Skip to content

Commit

Permalink
Version 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewstart committed Apr 3, 2016
1 parent aa83dca commit 269f0de
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pixi-particles",
"version": "1.6.4",
"version": "1.6.5",
"main": "dist/pixi-particles.min.js",
"dependencies": {
"pixi.js": "*"
Expand Down
2 changes: 1 addition & 1 deletion dist/modules/animated-particle.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! pixi-particles 1.6.4 */
/*! pixi-particles 1.6.5 */
/**
* @module Animated Particle
* @namespace PIXI.particles
Expand Down
2 changes: 1 addition & 1 deletion dist/modules/animated-particle.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/modules/path-particle.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! pixi-particles 1.6.4 */
/*! pixi-particles 1.6.5 */
/**
* @module Path Particle
* @namespace PIXI.particles
Expand Down
2 changes: 1 addition & 1 deletion dist/modules/path-particle.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/pixi-particles.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! pixi-particles 1.6.4 */
/*! pixi-particles 1.6.5 */
/**
* @module Pixi Particles
* @namespace window
Expand Down Expand Up @@ -107,7 +107,7 @@ if(!Array.prototype.random)
var DEG_TO_RADS = ParticleUtils.DEG_TO_RADS = Math.PI / 180;

ParticleUtils.useAPI3 = false;
// avoid the string replacement of '"1.6.4"'
// avoid the string replacement of '"1.6.5"'
var version = PIXI["VER"+"SION"];// jshint ignore:line
if(version && parseInt(version.substring(0, version.indexOf("."))) >= 3)
{
Expand Down
2 changes: 1 addition & 1 deletion dist/pixi-particles.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pixi-particles",
"version": "1.6.4",
"version": "1.6.5",
"description": "Particle system for PixiJS",
"url": "http://github.com/pixijs/pixi-particles",
"output": "pixi-particles",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pixi-particles",
"version": "1.6.4",
"version": "1.6.5",
"main": "dist/pixi-particles.min.js",
"description": "Particle emitter for Pixi.js",
"author": "Andrew Start <[email protected]>",
Expand Down

0 comments on commit 269f0de

Please sign in to comment.