diff --git a/bower.json b/bower.json index 3c6cfe9..c57c099 100644 --- a/bower.json +++ b/bower.json @@ -15,7 +15,7 @@ "Brant Wills" ], "dependencies": { - "angular": ">=1.3 <1.6" + "angular": ">=1.3.1 <1.6" }, "license": "MIT", "ignore": [ diff --git a/package.json b/package.json index 9350d5c..9036268 100644 --- a/package.json +++ b/package.json @@ -30,8 +30,8 @@ }, "homepage": "https://github.com/brantwills/Angular-Paging", "devDependencies": { - "angular": ">=1.3 <1.6", - "angular-mocks": ">=1.3 <1.6", + "angular": ">=1.3.1 <1.6", + "angular-mocks": ">=1.3.1 <1.6", "grunt": "~0.4.5", "grunt-contrib-copy": "~0.8.0", "grunt-contrib-uglify": "~0.5.0",