Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Jul 30, 2021
1 parent 8aa6d54 commit 86ae5ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions iso-8859-14.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! https://mths.be/iso-8859-14 v1.0.2 by @mathias | MIT license */
/*! https://mths.be/iso-8859-14 v1.1.0 by @mathias | MIT license */
;(function() {

const stringFromCharCode = String.fromCharCode;
Expand Down Expand Up @@ -96,7 +96,7 @@
'iso8859-14',
'iso885914'
],
version: '1.0.2',
version: '1.1.0',
};

module.exports = iso885914;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iso-8859-14",
"version": "1.0.2",
"version": "1.1.0",
"description": "A robust iso-8859-14 encoder/decoder written in JavaScript.",
"homepage": "https://mths.be/iso-8859-14",
"main": "iso-8859-14.js",
Expand Down

0 comments on commit 86ae5ed

Please sign in to comment.