From 9aeca525bba478206c6e1b5501e063f3db7bda7f Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Fri, 6 Jan 2017 19:05:14 +0100 Subject: [PATCH] Release v2.1.0 --- package.json | 2 +- punycode.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 286b638..4c30b74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "punycode", - "version": "2.0.1", + "version": "2.1.0", "description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.", "homepage": "https://mths.be/punycode", "main": "punycode.js", diff --git a/punycode.js b/punycode.js index d93ee84..ea61fd0 100644 --- a/punycode.js +++ b/punycode.js @@ -419,7 +419,7 @@ const punycode = { * @memberOf punycode * @type String */ - 'version': '2.0.1', + 'version': '2.1.0', /** * An object of methods to convert from JavaScript's internal character * representation (UCS-2) to Unicode code points, and back.