From 681a9a4446c75c8d5a467f3a0689775d6c88a191 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Fri, 10 Jun 2016 18:40:11 +0200 Subject: [PATCH] Release v2.0.0 --- package.json | 2 +- punycode.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 27104d5..1d860b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "punycode", - "version": "1.4.1", + "version": "2.0.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 8845795..9d788ae 100644 --- a/punycode.js +++ b/punycode.js @@ -419,7 +419,7 @@ const punycode = { * @memberOf punycode * @type String */ - 'version': '1.4.1', + 'version': '2.0.0', /** * An object of methods to convert from JavaScript's internal character * representation (UCS-2) to Unicode code points, and back.