Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Jun 10, 2016
1 parent 409e1a2 commit 681a9a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion punycode.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

1 comment on commit 681a9a4

@jdalton
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 !

Please sign in to comment.