Skip to content

Commit e29d10d

Browse files
committed
Release v2.0.1
1 parent e69fd3d commit e29d10d

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": "2.0.0",
3+
"version": "2.0.1",
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': '2.0.0',
422+
'version': '2.0.1',
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)