Skip to content

Commit

Permalink
Release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Dec 4, 2017
1 parent d4de352 commit 2ce0954
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.2",
"version": "3.0.0",
"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.2 by @mathias */
/*! https://mths.be/utf8js v3.0.0 by @mathias */
;(function(root) {

var stringFromCharCode = String.fromCharCode;
Expand Down Expand Up @@ -195,7 +195,7 @@

/*--------------------------------------------------------------------------*/

root.version = '2.1.2';
root.version = '3.0.0';
root.encode = utf8encode;
root.decode = utf8decode;

Expand Down

0 comments on commit 2ce0954

Please sign in to comment.