From e0eff060d1b056db8dc7e246e06e5a3b69ae5005 Mon Sep 17 00:00:00 2001 From: Egor Smirnov Date: Fri, 10 Jul 2015 17:16:11 +0200 Subject: [PATCH] upper angular version; closes #244 --- bower.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index c03aa9d0..a08fdfaf 100644 --- a/bower.json +++ b/bower.json @@ -32,9 +32,9 @@ "Gruntfile.js" ], "dependencies": { - "angular": "^1.3.x" + "angular": "^1.4.x" }, "devDependencies": { - "angular-mocks": "^1.3.x" + "angular-mocks": "^1.4.x" } } diff --git a/package.json b/package.json index 06b5b048..3a44614d 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "readmeFilename": "README.md", "license": "MIT", "dependencies": { - "angular": "^1.3.x" + "angular": "^1.4.x" }, "devDependencies": { "grunt": "~0.4.2",