chore: bump patch version
This commit is contained in:
parent
b426c3f8bc
commit
992925b99e
BIN
dist/redmine-csv-loader
vendored
BIN
dist/redmine-csv-loader
vendored
Binary file not shown.
BIN
dist/redmine-csv-loader.exe
vendored
BIN
dist/redmine-csv-loader.exe
vendored
Binary file not shown.
2
main.ts
2
main.ts
|
@ -8,7 +8,7 @@ import { Command } from 'cliffy'
|
|||
await new Command()
|
||||
.name('redmine-csv-loader')
|
||||
.description('Create Redmine users from CSV and add users to a group.')
|
||||
.version('0.1.0')
|
||||
.version('0.1.1')
|
||||
.option('-g, --group <group:string>', 'Name of the group to add users in.')
|
||||
.option(
|
||||
'-a, --only-add [only-add:boolean]',
|
||||
|
|
Loading…
Reference in a new issue