Skip to content

Commit

Permalink
Fixes #2 JS filter-related error.
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
ceilino committed Jan 14, 2016
1 parent 94bd959 commit ee4c11e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-fancybox-plus",
"version": "1.0.2",
"version": "1.0.3",
"author": {
"name": "Igor Lino",
"url": "http://igorlino.github.io/angular-fancybox-plus/"
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"jquery": "~2.1.1",
"angular": "~1.3.4",
"fancybox-plus": "~1.3.6"
"fancybox-plus": "~1.3.7"
},
"devDependencies": {
},
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": "angular-fancybox-plus",
"version": "1.0.2",
"version": "1.0.3",
"title": "Angular FancyBox-Plus",
"description": "Angular directive for FancyBox-Plus, the jQuery lightbox and modal window plugin.",
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"jquery": ">=2.1.4",
"angular": "~1.3.4",
"fancybox-plus": "~1.3.6"
"fancybox-plus": "~1.3.7"
},
"devDependencies": {
"grunt": "^0.4.5",
Expand Down

0 comments on commit ee4c11e

Please sign in to comment.