Skip to content

Commit

Permalink
Version 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DJTB committed Sep 30, 2023
1 parent ad38f87 commit 622d68a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.0
5.2.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wanakana",
"version": "5.1.0",
"version": "5.2.0",
"license": "MIT",
"homepage": "http://www.wanakana.com",
"description": "Utility library for converting between Kanji, Hiragana, Katakana, and Romaji",
Expand Down
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 = '5.1.0';
export const VERSION = '5.2.0';

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

0 comments on commit 622d68a

Please sign in to comment.