Skip to content

Commit

Permalink
Release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Jan 6, 2017
1 parent 4868009 commit 9aeca52
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": "2.0.1",
"version": "2.1.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': '2.0.1',
'version': '2.1.0',
/**
* An object of methods to convert from JavaScript's internal character
* representation (UCS-2) to Unicode code points, and back.
Expand Down

0 comments on commit 9aeca52

Please sign in to comment.