diff --git a/package.json b/package.json index 7109b94..286b638 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "punycode", - "version": "2.0.0", + "version": "2.0.1", "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 9d788ae..2b67366 100644 --- a/punycode.js +++ b/punycode.js @@ -419,7 +419,7 @@ const punycode = { * @memberOf punycode * @type String */ - 'version': '2.0.0', + 'version': '2.0.1', /** * An object of methods to convert from JavaScript's internal character * representation (UCS-2) to Unicode code points, and back.