Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewstart committed Feb 12, 2018
1 parent df0673a commit 68ffd38
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ambient.d.ts
Original file line number Diff line number Diff line change
@@ -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};
Expand Down
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": "2.1.9",
"version": "3.0.0",
"main": "dist/pixi-particles.min.js",
"dependencies": {
"pixi.js": "*"
Expand Down
4 changes: 2 additions & 2 deletions dist/pixi-particles.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.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 index.d.ts
Original file line number Diff line number Diff line change
@@ -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};
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -72,4 +72,4 @@
"particles"
],
"license": "MIT"
}
}

0 comments on commit 68ffd38

Please sign in to comment.