Skip to content

Commit db1574a

Browse files
committedApr 18, 2015
Stable Version 2.0.0-beta.3.
1 parent 69b4d01 commit db1574a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎dist/js-data-http.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* js-data-http
3-
* @version 2.0.0-beta.2 - Homepage <http://www.js-data.io/docs/dshttpadapter>
3+
* @version 2.0.0-beta.3 - Homepage <http://www.js-data.io/docs/dshttpadapter>
44
* @author Jason Dobry <jason.dobry@gmail.com>
55
* @copyright (c) 2014-2015 Jason Dobry
66
* @license MIT <https://github.com/js-data/js-data-http/blob/master/LICENSE>

‎dist/js-data-http.min.js

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

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "js-data-http",
33
"description": "http adapter for js-data.",
4-
"version": "2.0.0-beta.2",
4+
"version": "2.0.0-beta.3",
55
"homepage": "http://www.js-data.io/docs/dshttpadapter",
66
"repository": {
77
"type": "git",
@@ -59,6 +59,6 @@
5959
"mout": "0.11.0"
6060
},
6161
"peerDependencies": {
62-
"js-data": "2.0.0-beta.1"
62+
"js-data": ">=2.0.0-beta.3"
6363
}
6464
}

0 commit comments

Comments
 (0)