Skip to content

Commit

Permalink
2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewstart committed Mar 4, 2017
1 parent 29505b7 commit b3b31aa
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.3, requires Pixi.js typings
// Typings for pixi-particles 2.1.4, requires Pixi.js typings
declare namespace PIXI.particles {
type TexSrc = string|PIXI.Texture;

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.3",
"version": "2.1.4",
"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.3, requires Pixi.js typings
// Typings for pixi-particles 2.1.4, requires Pixi.js typings
declare namespace particles {

type TexSrc = string|PIXI.Texture;
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": "2.1.3",
"version": "2.1.4",
"main": "dist/pixi-particles.min.js",
"typings": "index.d.ts",
"description": "Particle emitter for Pixi.js",
Expand Down

0 comments on commit b3b31aa

Please sign in to comment.