Skip to content

Commit 681a9a4

Browse files
committed
Release v2.0.0
1 parent 409e1a2 commit 681a9a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "punycode",
3-
"version": "1.4.1",
3+
"version": "2.0.0",
44
"description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.",
55
"homepage": "https://mths.be/punycode",
66
"main": "punycode.js",

punycode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ const punycode = {
419419
* @memberOf punycode
420420
* @type String
421421
*/
422-
'version': '1.4.1',
422+
'version': '2.0.0',
423423
/**
424424
* An object of methods to convert from JavaScript's internal character
425425
* representation (UCS-2) to Unicode code points, and back.

0 commit comments

Comments
 (0)