Skip to content

Commit 62b55a2

Browse files
committed
Stable Version 1.5.3.
2 parents d089ef6 + 9a9c976 commit 62b55a2

File tree

7 files changed

+95
-106
lines changed

7 files changed

+95
-106
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
##### 1.5.3 - 03 December 2014
2+
3+
###### Backwards compatible bug fixes
4+
- #263 - bower: update bower.json acc to the spec
5+
16
##### 1.5.2 - 03 December 2014
27

38
###### Backwards compatible bug fixes

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Unlike Backbone and Ember Models, angular-data does not require the use of gette
88

99
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.
1010

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

1313
Angular-data is finally 1.0.!
1414

bower.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
"author": "Jason Dobry",
33
"name": "angular-data",
44
"description": "Data store for Angular.js.",
5-
"version": "1.5.2",
65
"homepage": "http://angular-data.pseudobry.com/",
76
"repository": {
87
"type": "git",
98
"url": "https://github.com/jmdobry/angular-data.git"
109
},
11-
"main": "./dist/angular-data.min.js",
10+
"main": "./dist/angular-data.js",
1211
"ignore": [
1312
".idea/",
1413
".*",

0 commit comments

Comments
 (0)