Skip to content

Commit 4d49d17

Browse files
committed
fix: バージョン修正
1 parent 602f083 commit 4d49d17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twinte-parser",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "Twinte内部で使用するために開発されたKdBパーサ",
55
"private": false,
66
"main": "dist/index.js",

src/app.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import parse from './parser'
44
import * as colors from 'colors'
55
import * as commandLineArgs from 'command-line-args'
66

7-
console.log('twinte-parser v0.0.1'.green.bold)
7+
console.log('twinte-parser v1.3.2'.green.bold)
88

99
const ops = commandLineArgs([
1010
{ name: 'year', alias: 'y', defaultValue: undefined }

0 commit comments

Comments
 (0)