diff --git a/bower.json b/bower.json index 683a105..e7a7ca5 100644 --- a/bower.json +++ b/bower.json @@ -24,7 +24,7 @@ ], "dependencies": { "backbone": "1.1.2 || 1.2.3 || ^1.3.2", - "backgrid": "~0.3.7", + "backgrid": "~0.3.8", "underscore": "^1.8.0" } } diff --git a/package.json b/package.json index 25bcd00..87de18a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "backgrid-filter", - "version": "0.3.7", + "version": "0.3.8", "description": "Search box widget extension for Backgrid.js. Supports server-side, client-side and full-text searching.", "main": "backgrid-filter.js", "style": "backgrid-filter.css", @@ -42,7 +42,7 @@ }, "dependencies": { "backbone": "1.1.2 || 1.2.3 || ^1.3.2", - "backgrid": "~0.3.7", + "backgrid": "~0.3.8", "underscore": "^1.8.0" }, "optionalDependencies": {