Skip to content

Commit

Permalink
Release v3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Dec 9, 2021
1 parent a071f38 commit fbfb272
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion koi8-r.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! https://mths.be/koi8-r v3.0.3 by @mathias | MIT license */
/*! https://mths.be/koi8-r v3.0.4 by @mathias | MIT license */

const stringFromCharCode = String.fromCharCode;

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": "koi8-r",
"version": "3.0.3",
"version": "3.0.4",
"description": "A robust koi8-r encoder/decoder written in JavaScript.",
"homepage": "https://mths.be/koi8-r",
"exports": "./koi8-r.mjs",
Expand Down

0 comments on commit fbfb272

Please sign in to comment.