Skip to content

Commit

Permalink
Version 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
zaggino committed Jun 4, 2019
1 parent 5706b12 commit 508b267
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions codemap.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ module.exports = {
974: "w", // ώ
1044: "A", // Д
1048: "EE", // И
1050: "K", // К
1054: "O", // О
1057: "C", // С
1058: "T", // Т
Expand All @@ -153,8 +154,10 @@ module.exports = {
1084: "m", // м
1085: "n", // н
1086: "o", // о
1087: "n", // п
1088: "p", // р
1089: "s", // с
1090: "t", // т
1091: "y", // у
1092: "f", // ф
1095: "y", // ч
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": "fix-filenames",
"version": "1.0.9",
"version": "1.0.10",
"description": "renames non ascii characters in files and directories",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 508b267

Please sign in to comment.