From 68ffd38b83cb0336e98d19c4fee1dc5c0cab1fab Mon Sep 17 00:00:00 2001 From: Andrew Start Date: Sun, 11 Feb 2018 23:21:38 -0500 Subject: [PATCH] 3.0.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 | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ambient.d.ts b/ambient.d.ts index 87d736ee..d5c9f872 100644 --- a/ambient.d.ts +++ b/ambient.d.ts @@ -1,4 +1,4 @@ -// Typings for pixi-particles 2.1.9, requires Pixi.js typings +// Typings for pixi-particles 3.0.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 8399a92b..fd17804c 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pixi-particles", - "version": "2.1.9", + "version": "3.0.0", "main": "dist/pixi-particles.min.js", "dependencies": { "pixi.js": "*" diff --git a/dist/pixi-particles.js b/dist/pixi-particles.js index ead95371..6de8892d 100644 --- a/dist/pixi-particles.js +++ b/dist/pixi-particles.js @@ -1,6 +1,6 @@ /*! - * pixi-particles - v2.1.9 - * Compiled Mon, 12 Feb 2018 03:27:46 UTC + * pixi-particles - v3.0.0 + * Compiled Mon, 12 Feb 2018 04:21:37 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 07892192..83248ee4 100644 --- a/dist/pixi-particles.min.js +++ b/dist/pixi-particles.min.js @@ -1,6 +1,6 @@ /*! - * pixi-particles - v2.1.9 - * Compiled Mon, 12 Feb 2018 03:27:46 UTC + * pixi-particles - v3.0.0 + * Compiled Mon, 12 Feb 2018 04:21:37 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 395eaa7d..eebca7f4 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1,4 +1,4 @@ -// Typings for pixi-particles 2.1.9, requires Pixi.js typings +// Typings for pixi-particles 3.0.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 18bb6ef7..6b15904f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pixi-particles", - "version": "2.1.9", + "version": "3.0.0", "main": "dist/pixi-particles.min.js", "typings": "index.d.ts", "description": "Particle emitter for Pixi.js", @@ -72,4 +72,4 @@ "particles" ], "license": "MIT" -} +} \ No newline at end of file