diff --git a/bower.json b/bower.json index 79de110..2edb4ac 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-modal-service", - "version": "0.12.1", + "version": "0.12.2", "homepage": "https://github.com/dwmkerr/angular-modal-service", "authors": [ "Dave Kerr (github.com/dwmkerr)" @@ -29,9 +29,9 @@ "*.yml" ], "dependencies": { - "angular": "~1.5.x" + "angular": "1.5.0 - 1.6.x" }, "devDependencies": { - "angular-mocks": "~1.5.x" + "angular-mocks": "1.5.0 - 1.6.x" } } diff --git a/package.json b/package.json index 522aeff..6b540bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-modal-service", - "version": "0.12.1", + "version": "0.12.2", "description": "AngularJS Service for showing Modals and Popups", "main": "./dst/angular-modal-service.js", "scripts": { @@ -27,8 +27,8 @@ }, "homepage": "https://github.com/dwmkerr/angular-modal-service", "devDependencies": { - "angular": "1.5.x", - "angular-mocks": "1.5.x", + "angular": "1.6.x", + "angular-mocks": "1.6.x", "babel-core": "^6.9.1", "babel-loader": "^6.2.4", "babel-preset-es2015": "^6.9.0",