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" } }