Skip to content
This repository was archived by the owner on Jun 7, 2019. It is now read-only.

Commit c379bc2

Browse files
committed
Release v1.1.1
1 parent acd72ad commit c379bc2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ rest.js is made available under the MIT license. See LICENSE.txt for details.
229229
Change Log
230230
----------
231231

232-
.next
232+
1.1.1
233233
- support for IE 11, Safari 7 and iOS 7 (no code changes required, now actively testing)
234234
- Node specific configuration options via request.mixin. Particularly useful for https clients. Thanks @wwwdata
235235
- basic support for Browserify. Note: Browserify is not yet a tested environment

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rest",
3-
"version": "1.1.0-next",
3+
"version": "1.1.1",
44
"main": "./rest.js",
55
"moduleType": ["amd", "node"],
66
"dependencies": {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rest",
3-
"version": "1.1.0-next",
3+
"version": "1.1.1",
44
"description": "RESTful HTTP client library",
55
"keywords": ["rest", "http", "client", "rest-template", "spring", "cujojs"],
66
"licenses": [

0 commit comments

Comments
 (0)