Skip to content

Commit 2ce0954

Browse files
committed
Release v3.0.0
1 parent d4de352 commit 2ce0954

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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": "utf8",
3-
"version": "2.1.2",
3+
"version": "3.0.0",
44
"description": "A well-tested UTF-8 encoder/decoder written in JavaScript.",
55
"homepage": "https://mths.be/utf8js",
66
"main": "utf8.js",

utf8.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! https://mths.be/utf8js v2.1.2 by @mathias */
1+
/*! https://mths.be/utf8js v3.0.0 by @mathias */
22
;(function(root) {
33

44
var stringFromCharCode = String.fromCharCode;
@@ -195,7 +195,7 @@
195195

196196
/*--------------------------------------------------------------------------*/
197197

198-
root.version = '2.1.2';
198+
root.version = '3.0.0';
199199
root.encode = utf8encode;
200200
root.decode = utf8decode;
201201

0 commit comments

Comments
 (0)