Skip to content

Commit

Permalink
Bumped version and rebuilt.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewstart committed May 12, 2016
1 parent 9b6752a commit c1d2e7e
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 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.6",
"version": "1.6.7",
"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.6 */
/*! pixi-particles 1.6.7 */
/**
* @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.6 */
/*! pixi-particles 1.6.7 */
/**
* @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.

14 changes: 7 additions & 7 deletions dist/pixi-particles.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! pixi-particles 1.6.6 */
/*! pixi-particles 1.6.7 */
/**
* @module Pixi Particles
* @namespace window
Expand Down Expand Up @@ -42,7 +42,7 @@ if(!Array.prototype.random)
return this[Math.floor(Math.random() * this.length)];
}
});
}
}
/**
* @module Pixi Particles
* @namespace PIXI.particles
Expand Down Expand Up @@ -86,7 +86,7 @@ if(!Array.prototype.random)
// Assign to global namespace
global.PIXI.particles = global.PIXI.particles || particles;

}());
}());
/**
* @module Pixi Particles
* @namespace PIXI.particles
Expand All @@ -108,7 +108,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.6"'
// avoid the string replacement of '"1.6.7"'
var version = PIXI["VER"+"SION"];// jshint ignore:line
if(version && parseInt(version.substring(0, version.indexOf("."))) >= 3)
{
Expand Down Expand Up @@ -289,7 +289,7 @@ if(!Array.prototype.random)

PIXI.particles.ParticleUtils = ParticleUtils;

}(PIXI));
}(PIXI));
/**
* @module Pixi Particles
* @namespace PIXI.particles
Expand Down Expand Up @@ -759,7 +759,7 @@ if(!Array.prototype.random)
PIXI.particles.Particle = Particle;

}(PIXI));


/**
* @module Pixi Particles
* @namespace PIXI.particles
Expand Down Expand Up @@ -1857,7 +1857,7 @@ if(!Array.prototype.random)
PIXI.particles.Emitter = Emitter;

}(PIXI));


(function(undefined){

// Check for window, fallback to global
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.6",
"version": "1.6.7",
"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.6",
"version": "1.6.7",
"main": "dist/pixi-particles.min.js",
"description": "Particle emitter for Pixi.js",
"author": "Andrew Start <[email protected]>",
Expand Down

0 comments on commit c1d2e7e

Please sign in to comment.