Skip to content

Commit

Permalink
Fixes #3.
Browse files Browse the repository at this point in the history
Stable Version 1.0.0-alpha.1.
  • Loading branch information
jmdobry committed Oct 31, 2014
1 parent ec8bbeb commit 7807b99
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
##### 1.0.0-alpha.1 - 31 October 2014

###### Backwards compatible bug fixes
- #3 - _this.defaults.log() throws Illegal invocation

##### 0.4.2 - 22 October 2014

###### Backwards compatible bug fixes
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "js-data-http",
"description": "http adapter for js-data.",
"version": "0.4.3",
"version": "1.0.0-alpha.1",
"homepage": "http://www.js-data.io/js-data-http",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion dist/js-data-http.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @author Jason Dobry <[email protected]>
* @file js-data-http.js
* @version 0.4.3 - Homepage <http://www.js-data.iojs-data-http/>
* @version 1.0.0-alpha.1 - Homepage <http://www.js-data.iojs-data-http/>
* @copyright (c) 2014 Jason Dobry
* @license MIT <https://github.com/js-data/js-data-http/blob/master/LICENSE>
*
Expand Down
2 changes: 1 addition & 1 deletion dist/js-data-http.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "js-data-http",
"description": "http adapter for js-data.",
"version": "0.4.3",
"version": "1.0.0-alpha.1",
"homepage": "http://www.js-data.io/js-data-http",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7807b99

Please sign in to comment.