Skip to content

Commit

Permalink
Start 0.5.0 development.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Jan 16, 2014
1 parent 14ee136 commit a067045
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -2,7 +2,7 @@
"author": "Jason Dobry",
"name": "angular-data",
"description": "Data store for Angular.js.",
"version": "0.4.2",
"version": "0.5.0",
"homepage": "http://jmdobry.github.io/angular-data/",
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions dist/angular-data.js
@@ -1,7 +1,7 @@
/**
* @author Jason Dobry <jason.dobry@gmail.com>
* @file angular-data.js
* @version 0.4.2 - Homepage <http://jmdobry.github.io/angular-data/>
* @version 0.5.0 - Homepage <http://jmdobry.github.io/angular-data/>
* @copyright (c) 2014 Jason Dobry <https://github.com/jmdobry/angular-data>
* @license MIT <https://github.com/jmdobry/angular-data/blob/master/LICENSE>
*
Expand Down Expand Up @@ -2781,16 +2781,16 @@ function DSProvider() {

module.exports = DSProvider;

},{"./async_methods":31,"./http":34,"./sync_methods":45,"errors":"hIh4e1","services":"cX8q+p","utils":"uE/lJt"}],"services":[function(require,module,exports){
module.exports=require('cX8q+p');
},{}],"cX8q+p":[function(require,module,exports){
},{"./async_methods":31,"./http":34,"./sync_methods":45,"errors":"hIh4e1","services":"cX8q+p","utils":"uE/lJt"}],"cX8q+p":[function(require,module,exports){
module.exports = {
config: {
idAttribute: 'id'
},
store: {}
};

},{}],"services":[function(require,module,exports){
module.exports=require('cX8q+p');
},{}],38:[function(require,module,exports){
var utils = require('utils'),
errors = require('errors'),
Expand Down
4 changes: 2 additions & 2 deletions dist/angular-data.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "angular-data",
"description": "Data store for Angular.js.",
"version": "0.4.2",
"version": "0.5.0",
"homepage": "http://github.com/jmdobry/angular-data",
"repository": {
"type": "git",
Expand Down

0 comments on commit a067045

Please sign in to comment.