Skip to content

Commit

Permalink
Release v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Oct 18, 2016
1 parent ceb1f26 commit 5566334
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "utf8",
"version": "2.1.1",
"version": "2.1.2",
"description": "A well-tested UTF-8 encoder/decoder written in JavaScript.",
"homepage": "https://mths.be/utf8js",
"main": "utf8.js",
Expand Down
4 changes: 2 additions & 2 deletions utf8.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! https://mths.be/utf8js v2.1.1 by @mathias */
/*! https://mths.be/utf8js v2.1.2 by @mathias */
;(function(root) {

// Detect free variables `exports`
Expand Down Expand Up @@ -212,7 +212,7 @@
/*--------------------------------------------------------------------------*/

var utf8 = {
'version': '2.1.1',
'version': '2.1.2',
'encode': utf8encode,
'decode': utf8decode
};
Expand Down

0 comments on commit 5566334

Please sign in to comment.