Skip to content

Commit

Permalink
bump(version): bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Guichaguri committed May 9, 2024
1 parent 1d841d2 commit c1fec44
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions man/racing-data-converter.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
.TH RACING-DATA-CONVERTER "1" "May 2024" "racing-data-converter 1.3.0" "User Commands"
.TH RACING-DATA-CONVERTER "1" "May 2024" "racing-data-converter 1.4.0" "User Commands"
.SH NAME
racing-data-converter \- manual page for racing-data-converter 1.3.0
racing-data-converter \- manual page for racing-data-converter 1.4.0
.SH SYNOPSIS
.B racing-data-converter
[\fI\,options\/\fR] \fI\,<input> <output>\/\fR
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": "racing-data-converter",
"version": "1.3.0",
"version": "1.4.0",
"description": "Converts motorsport data into formats from popular data analysis software",
"author": "Guilherme Chaguri",
"license": "GPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/cli/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const program = new Command();
program
.name('racing-data-converter')
.description('Convert time series data into formats from popular motorsport data analysis software')
.version('1.3.0')
.version('1.4.0')
.showHelpAfterError()
.argument('<input>', 'input file path')
.argument('<output>', 'output file path. use "@" to use the input file name')
Expand Down

0 comments on commit c1fec44

Please sign in to comment.