Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #21 from kitak/accept-to-angular-1.3.x
Browse files Browse the repository at this point in the history
accept to 1.3.x at angular dependency settings
  • Loading branch information
e0ipso committed Jan 29, 2015
2 parents 058c711 + cd51471 commit 3b0160f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"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 <mateu.aguilo.bosch@gmail.com>",
"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" ]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "message-center",
"version": "1.0.3",
"version": "1.1.3",
"description": "AngularJS Message Center",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3b0160f

Please sign in to comment.