Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy committed Oct 12, 2017
1 parent 8d5b688 commit 7eecfb2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions filters/all/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pixi-filters",
"version": "2.1.0",
"version": "2.1.1",
"main": "lib/pixi-filters.js",
"description": "Optional display filters to work with PixiJS",
"author": "Mat Groves <[email protected]>",
Expand Down Expand Up @@ -48,7 +48,7 @@
"@pixi/filter-simple-lightmap": "^2.1.0",
"@pixi/filter-tilt-shift": "^2.1.0",
"@pixi/filter-twist": "^2.1.0",
"@pixi/filter-zoom-blur": "^2.1.0",
"@pixi/filter-zoom-blur": "^2.1.1",
"@tools/build": "^2.0.1",
"rollup": "^0.45.2"
}
Expand Down
2 changes: 1 addition & 1 deletion filters/zoom-blur/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixi/filter-zoom-blur",
"version": "2.1.0",
"version": "2.1.1",
"main": "lib/filter-zoom-blur.min.js",
"description": "Zoom Blur filter",
"author": "finscn",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"filters/*",
"tools/*"
],
"version": "2.1.0"
"version": "2.1.1"
}
4 changes: 2 additions & 2 deletions tools/screenshots/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tools/screenshots",
"private": true,
"version": "2.1.0",
"version": "2.1.1",
"scripts": {
"build": "electron main.js"
},
Expand All @@ -10,7 +10,7 @@
"electron": "^1.7.6",
"fs-extra": "^4.0.1",
"gifencoder": "^1.1.0",
"pixi-filters": "^2.1.0",
"pixi-filters": "^2.1.1",
"pixi.js": "^4.5.5"
}
}

0 comments on commit 7eecfb2

Please sign in to comment.