Skip to content

Commit

Permalink
updating to latest Angular 1.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
sectore committed Feb 16, 2014
1 parent 3b3d29c commit 2188a10
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
#AngularJS (v.1.2.10) + Rails (v.4.0.2) port of Cafe Townsend application
#AngularJS (v.1.2.13) + Rails (v.4.0.2) port of Cafe Townsend application


##About
Expand Down
12 changes: 6 additions & 6 deletions bower.json
@@ -1,13 +1,13 @@
{
"name": "CafeTownsend-Angular-Rails",
"dependencies": {
"angular": "1.2.10",
"angular-resource": "1.2.10",
"angular-route": "1.2.10",
"angular-animate": "1.2.10",
"angular-touch": "1.2.10"
"angular": "1.2.13",
"angular-resource": "1.2.13",
"angular-route": "1.2.13",
"angular-animate": "1.2.13",
"angular-touch": "1.2.13"
},
"devDependencies": {
"angular-mocks": "1.2.10"
"angular-mocks": "1.2.13"
}
}

0 comments on commit 2188a10

Please sign in to comment.