From 68df855dc42d1086ada161331b3074468e8d848d Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Mon, 21 May 2018 22:44:54 -0400 Subject: [PATCH] Release v2.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 199df8d..9202ccf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "punycode", - "version": "2.1.0", + "version": "2.1.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",