Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
##### 0.9.0 - xx May 2014

###### Backwards compatible API changes
- #30, #48 - DSCacheFactory integration

##### 0.8.1 - 02 May 2014

###### Backwards compatible Bug fixes
Expand Down
7 changes: 2 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"author": "Jason Dobry",
"name": "angular-data",
"description": "Data store for Angular.js.",
"version": "0.8.1",
"homepage": "http://jmdobry.github.io/angular-data/",
"version": "0.9.0-SNAPSHOT",
"homepage": "http://angular-data.codetrain.io/",
"repository": {
"type": "git",
"url": "git://github.com/jmdobry/angular-data.git"
Expand All @@ -30,8 +30,5 @@
"angular-mocks": "~1.2.16",
"angular-cache": "~3.0.0-beta.4",
"observe-js": "~0.2.0"
},
"resolutions": {
"angular": "~1.2.16"
}
}
Loading