Skip to content

Commit

Permalink
Stable Version 1.5.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Dec 3, 2014
2 parents d089ef6 + 9a9c976 commit 62b55a2
Show file tree
Hide file tree
Showing 7 changed files with 95 additions and 106 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
##### 1.5.3 - 03 December 2014

###### Backwards compatible bug fixes
- #263 - bower: update bower.json acc to the spec

##### 1.5.2 - 03 December 2014

###### Backwards compatible bug fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Unlike Backbone and Ember Models, angular-data does not require the use of gette

Supporting relations, computed properties, model lifecycle control and a slew of other features, angular-data is the tool for giving your data the respect it deserves.

__Latest Release:__ [1.5.2](https://github.com/jmdobry/angular-data/releases/tag/1.5.2)
__Latest Release:__ [1.5.3](https://github.com/jmdobry/angular-data/releases/tag/1.5.3)

Angular-data is finally 1.0.!

Expand Down
3 changes: 1 addition & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
"author": "Jason Dobry",
"name": "angular-data",
"description": "Data store for Angular.js.",
"version": "1.5.2",
"homepage": "http://angular-data.pseudobry.com/",
"repository": {
"type": "git",
"url": "https://github.com/jmdobry/angular-data.git"
},
"main": "./dist/angular-data.min.js",
"main": "./dist/angular-data.js",
"ignore": [
".idea/",
".*",
Expand Down
Loading

0 comments on commit 62b55a2

Please sign in to comment.