From 87ae8b0a315595ea81a7830f059e837273820529 Mon Sep 17 00:00:00 2001 From: Jason Dobry Date: Thu, 24 Jul 2014 09:17:44 -0600 Subject: [PATCH] 2 quick updates. --- README.md | 2 +- bower.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f10f7e..bf80413 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ __Data store for Angular.js.__ -__Latest Release:__ [0.10.2](http://angular-data.pseudobry.com/) +__Latest Release:__ [0.10.3](http://angular-data.pseudobry.com/) __master:__ [0.10.3](http://angular-data-next.pseudobry.com/) Angular-data is approaching 1.0.0 Beta. The API is stabilizing and angular-data is well tested. diff --git a/bower.json b/bower.json index 2938088..4c7c91a 100644 --- a/bower.json +++ b/bower.json @@ -30,6 +30,6 @@ "angular-mocks": "~1.2.16", "angular-cache": "~3.1.0", "observe-js": "0.3.4", - "angular-data-mocks": "~0.3.1" + "angular-data-mocks": "~0.5.3" } }