From ef3505c8abb5143a00d53ce59077c9f7f4b2ac47 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Mon, 30 Oct 2023 19:27:22 +0100 Subject: [PATCH] Prepare v2.3.1 release --- punycode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/punycode.js b/punycode.js index c60e882..a1ef251 100644 --- a/punycode.js +++ b/punycode.js @@ -422,7 +422,7 @@ const punycode = { * @memberOf punycode * @type String */ - 'version': '2.3.0', + 'version': '2.3.1', /** * An object of methods to convert from JavaScript's internal character * representation (UCS-2) to Unicode code points, and back.