From 47f2ac033c117bacacaf4622d359fcff5a2c7b2a Mon Sep 17 00:00:00 2001 From: andrewstart Date: Wed, 29 Aug 2018 11:47:48 -0400 Subject: [PATCH] 3.1.0 --- ambient.d.ts | 2 +- bower.json | 2 +- dist/pixi-particles.js | 4 ++-- dist/pixi-particles.min.js | 4 ++-- index.d.ts | 2 +- package.json | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ambient.d.ts b/ambient.d.ts index 239dee7f..b07eea29 100644 --- a/ambient.d.ts +++ b/ambient.d.ts @@ -1,4 +1,4 @@ -// Typings for pixi-particles 3.0.1, requires Pixi.js typings +// Typings for pixi-particles 3.1.0, requires Pixi.js typings declare namespace PIXI.particles { type TexSrc = string|PIXI.Texture; type Color = {r:number, g:number, b:number}; diff --git a/bower.json b/bower.json index 7906e917..2c60f8a3 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pixi-particles", - "version": "3.0.1", + "version": "3.1.0", "main": "dist/pixi-particles.min.js", "dependencies": { "pixi.js": "*" diff --git a/dist/pixi-particles.js b/dist/pixi-particles.js index c4543373..f633fabc 100644 --- a/dist/pixi-particles.js +++ b/dist/pixi-particles.js @@ -1,6 +1,6 @@ /*! - * pixi-particles - v3.0.1 - * Compiled Wed, 29 Aug 2018 15:43:24 UTC + * pixi-particles - v3.1.0 + * Compiled Wed, 29 Aug 2018 15:47:46 UTC * * pixi-particles is licensed under the MIT License. * http://www.opensource.org/licenses/mit-license diff --git a/dist/pixi-particles.min.js b/dist/pixi-particles.min.js index 34d36780..fc54121e 100644 --- a/dist/pixi-particles.min.js +++ b/dist/pixi-particles.min.js @@ -1,6 +1,6 @@ /*! - * pixi-particles - v3.0.1 - * Compiled Wed, 29 Aug 2018 15:43:24 UTC + * pixi-particles - v3.1.0 + * Compiled Wed, 29 Aug 2018 15:47:46 UTC * * pixi-particles is licensed under the MIT License. * http://www.opensource.org/licenses/mit-license diff --git a/index.d.ts b/index.d.ts index 3cae1d1b..a4189c5c 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1,4 +1,4 @@ -// Typings for pixi-particles 3.0.1, requires Pixi.js typings +// Typings for pixi-particles 3.1.0, requires Pixi.js typings declare namespace particles { type TexSrc = string|PIXI.Texture; type Color = {r:number, g:number, b:number}; diff --git a/package.json b/package.json index 7021ee2b..1d419e5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pixi-particles", - "version": "3.0.1", + "version": "3.1.0", "main": "dist/pixi-particles.min.js", "typings": "index.d.ts", "description": "Particle emitter for Pixi.js",