Skip to content

Commit

Permalink
update: v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SIY1121 committed Jan 18, 2021
1 parent a517ce0 commit bb33a4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ enum Day {
Fri = '',
Sat = '',
Intensive = '集中',
Appointment = '応談',
AnyTime = '随時',
Unknown = '不明'
}

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": "twinte-parser",
"version": "2.0.1",
"version": "2.1.0",
"description": "Twinte内部で使用するために開発されたKdBパーサ",
"private": false,
"main": "dist/index.js",
Expand Down

0 comments on commit bb33a4f

Please sign in to comment.