Skip to content

Commit a067045

Browse files
committed
Start 0.5.0 development.
1 parent 14ee136 commit a067045

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Jason Dobry",
33
"name": "angular-data",
44
"description": "Data store for Angular.js.",
5-
"version": "0.4.2",
5+
"version": "0.5.0",
66
"homepage": "http://jmdobry.github.io/angular-data/",
77
"repository": {
88
"type": "git",

dist/angular-data.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @author Jason Dobry <[email protected]>
33
* @file angular-data.js
4-
* @version 0.4.2 - Homepage <http://jmdobry.github.io/angular-data/>
4+
* @version 0.5.0 - Homepage <http://jmdobry.github.io/angular-data/>
55
* @copyright (c) 2014 Jason Dobry <https://github.com/jmdobry/angular-data>
66
* @license MIT <https://github.com/jmdobry/angular-data/blob/master/LICENSE>
77
*
@@ -2781,16 +2781,16 @@ function DSProvider() {
27812781

27822782
module.exports = DSProvider;
27832783

2784-
},{"./async_methods":31,"./http":34,"./sync_methods":45,"errors":"hIh4e1","services":"cX8q+p","utils":"uE/lJt"}],"services":[function(require,module,exports){
2785-
module.exports=require('cX8q+p');
2786-
},{}],"cX8q+p":[function(require,module,exports){
2784+
},{"./async_methods":31,"./http":34,"./sync_methods":45,"errors":"hIh4e1","services":"cX8q+p","utils":"uE/lJt"}],"cX8q+p":[function(require,module,exports){
27872785
module.exports = {
27882786
config: {
27892787
idAttribute: 'id'
27902788
},
27912789
store: {}
27922790
};
27932791

2792+
},{}],"services":[function(require,module,exports){
2793+
module.exports=require('cX8q+p');
27942794
},{}],38:[function(require,module,exports){
27952795
var utils = require('utils'),
27962796
errors = require('errors'),

dist/angular-data.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-data",
33
"description": "Data store for Angular.js.",
4-
"version": "0.4.2",
4+
"version": "0.5.0",
55
"homepage": "http://github.com/jmdobry/angular-data",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)