From cb3f7a47c535514f1b7e04cb2a3a379f51ec04eb Mon Sep 17 00:00:00 2001 From: Keisuke KITA Date: Wed, 28 Jan 2015 07:03:17 +0900 Subject: [PATCH 1/2] accept to angular 1.3.x --- bower.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 5c5ba71..f1fa2fa 100644 --- a/bower.json +++ b/bower.json @@ -6,9 +6,9 @@ "author" : "Mateu Aguiló Bosch ", "readmeFilename" : "README.md", "dependencies" : { - "angular" : "~1.2.0", - "angular-route" : "~1.2.0", - "angular-mocks" : "~1.2.0" + "angular" : ">=1.2.0 <1.4.0", + "angular-route" : ">=1.2.0 <1.4.0", + "angular-mocks" : ">=1.2.0 <1.4.0" }, "ignore" : [ "**/.*", "node_modules", "test" ] } From cd51471aa1a720d213ae853f15807d52233f8513 Mon Sep 17 00:00:00 2001 From: Keisuke KITA Date: Thu, 29 Jan 2015 06:10:29 +0900 Subject: [PATCH 2/2] Bumping up to 1.1.3 --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index f1fa2fa..9970221 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name" : "message-center", - "version" : "1.0.3", + "version" : "1.1.3", "description" : "AngularJS Message Center", "keywords" : [ "angular", "js", "messages", "alert", "bootstrap" ], "author" : "Mateu Aguiló Bosch ", diff --git a/package.json b/package.json index 8fbbb2c..ad7011c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "message-center", - "version": "1.0.3", + "version": "1.1.3", "description": "AngularJS Message Center", "repository": { "type": "git",