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

Commit

Permalink
Release v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scothis committed Mar 23, 2016
1 parent 9253d7b commit 7faefb0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ rest.js is made available under the MIT license. See LICENSE.txt for details.
Change Log
----------

.next
1.3.2
- fix to correctly url encode character codes 0-15, such as \n
- include requested URL on response object
- Update tested environments. Removing Firefox 3.6, Safari 5 and iOS 4.3 (no longer supported by SauceLabs). Adding Node 5, Node 4, Edge, Firefox 38 ESR, iOS 9.2, iOS 8.4 and Android 5.1.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rest",
"version": "1.3.1-next",
"version": "1.3.2",
"main": "./browser.js",
"moduleType": ["amd", "node"],
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rest",
"version": "1.3.1-next",
"version": "1.3.2",
"description": "RESTful HTTP client library",
"keywords": ["rest", "http", "client", "rest-template", "spring", "cujojs"],
"license": "MIT",
Expand Down

0 comments on commit 7faefb0

Please sign in to comment.