Skip to content

Commit

Permalink
Fixes #22. Fixes #3.
Browse files Browse the repository at this point in the history
Start 0.6.0 development.
  • Loading branch information
jmdobry committed Jan 17, 2014
1 parent 43c45d8 commit d69b0b3
Show file tree
Hide file tree
Showing 34 changed files with 1,700 additions and 2,082 deletions.
2 changes: 0 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ module.exports = function (grunt) {
options: {
alias: [
'lib/observe-js.js:observejs',
'src/datastore/adapters/http/index.js:HttpAdapter',
'src/datastore/services/index.js:services',
'src/errors/index.js:errors',
'src/utils/index.js:utils'
],
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__Data store for Angular.js.__

__Current version:__ 0.5.0
__Current version:__ 0.6.0

Angular-data is in a pre-1.0.0 development stage; the API is fluctuating, not a lot of tests yet, etc.

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Jason Dobry",
"name": "angular-data",
"description": "Data store for Angular.js.",
"version": "0.5.0",
"version": "0.6.0",
"homepage": "http://jmdobry.github.io/angular-data/",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit d69b0b3

Please sign in to comment.