Skip to content

Commit 1208dc2

Browse files
committed
Bumped version.
1 parent 88059bf commit 1208dc2

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pixi-particles",
3-
"version": "1.6.8",
3+
"version": "1.7.0",
44
"main": "dist/pixi-particles.min.js",
55
"dependencies": {
66
"pixi.js": "*"

dist/modules/animated-particle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! pixi-particles 1.6.8 */
1+
/*! pixi-particles 1.7.0 */
22
/**
33
* @module Animated Particle
44
* @namespace PIXI.particles

dist/modules/animated-particle.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/modules/path-particle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! pixi-particles 1.6.8 */
1+
/*! pixi-particles 1.7.0 */
22
/**
33
* @module Path Particle
44
* @namespace PIXI.particles

dist/modules/path-particle.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/pixi-particles.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! pixi-particles 1.6.8 */
1+
/*! pixi-particles 1.7.0 */
22
/**
33
* @module Pixi Particles
44
* @namespace window
@@ -108,7 +108,7 @@ if(!Array.prototype.random)
108108
var DEG_TO_RADS = ParticleUtils.DEG_TO_RADS = Math.PI / 180;
109109

110110
ParticleUtils.useAPI3 = false;
111-
// avoid the string replacement of '"1.6.8"'
111+
// avoid the string replacement of '"1.7.0"'
112112
var version = PIXI["VER"+"SION"];// jshint ignore:line
113113
if(version && parseInt(version.substring(0, version.indexOf("."))) >= 3)
114114
{

dist/pixi-particles.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pixi-particles",
3-
"version": "1.6.8",
3+
"version": "1.7.0",
44
"description": "Particle system for PixiJS",
55
"url": "http://github.com/pixijs/pixi-particles",
66
"output": "pixi-particles",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pixi-particles",
3-
"version": "1.6.8",
3+
"version": "1.7.0",
44
"main": "dist/pixi-particles.min.js",
55
"description": "Particle emitter for Pixi.js",
66
"author": "Andrew Start <start.andrew@gmail.com>",

0 commit comments

Comments
 (0)