Skip to content

Commit

Permalink
Updates to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklodder committed May 23, 2015
1 parent 3a3f23e commit 880d039
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.3.1 / 2015-05-23

* Adds option to specify xml encoding.
* Updates XMLBuilder to 2.6.
* Adds support for Node v0.12.

## 1.3.0 / 2015-01-09

* Reworked DateFormatter to improve ISO-8601 implementation.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ "name" : "xmlrpc"
, "description" : "A pure JavaScript XML-RPC client and server."
, "keywords" : [ "xml-rpc", "xmlrpc", "xml", "rpc" ]
, "version" : "1.3.0"
, "version" : "1.3.1"
, "preferGlobal" : false
, "homepage" : "https://github.com/baalexander/node-xmlrpc"
, "author" : "Brandon Alexander <[email protected]> (https://github.com/baalexander)"
Expand Down

0 comments on commit 880d039

Please sign in to comment.