Skip to content

Commit

Permalink
Version 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DJTB committed Apr 15, 2022
1 parent ea35931 commit 6a88438
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.2
5.0.0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wanakana",
"version": "4.0.2",
"version": "5.0.0",
"license": "MIT",
"homepage": "http://www.wanakana.com",
"description": "Utility library for converting between Kanji, Hiragana, Katakana, and Romaji",
Expand Down Expand Up @@ -131,4 +131,4 @@
"path": "cz-conventional-changelog"
}
}
}
}
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const VERSION = '4.0.2';
export const VERSION = '5.0.0';

export const TO_KANA_METHODS = {
HIRAGANA: 'toHiragana',
Expand Down

0 comments on commit 6a88438

Please sign in to comment.