Skip to content

Commit bcbcb45

Browse files
committed
Quick Save
1 parent 89f77d7 commit bcbcb45

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors:
88
abstract: A set of command line tools for working with CSV, Excel Workbooks, Google Sheets, JSON and structured text documents.
99
repository-code: "https://github.com/caltechlibrary/datatools"
1010
type: software
11-
version: 1.1.2
11+
version: 1.1.3
1212
license-url: "https://data.caltech.edu/license"
1313
keywords:
1414
- csv

make.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ go build -o bin\jsonrange.exe cmd\jsonrange\jsonrange.exe
2727
go build -o bin\mergepath.exe cmd\mergepath\mergepath.exe
2828
go build -o bin\range.exe cmd\range\range.exe
2929
go build -o bin\reldate.exe cmd\reldate\reldate.exe
30+
go build -o bin\reltime.exe cmd\reltime\reltime.exe
3031
go build -o bin\string.exe cmd\string\string.exe
3132
go build -o bin\tab2csv.exe cmd\tab2csv\tab2csv.exe
3233
go build -o bin\timefmt.exe cmd\timefmt\timefmt.exe
@@ -56,6 +57,7 @@ bin\jsonrange.exe -version
5657
bin\mergepath.exe -version
5758
bin\range.exe -version
5859
bin\reldate.exe -version
60+
bin\reltime.exe -version
5961
bin\string.exe -version
6062
bin\tab2csv.exe -version
6163
bin\timefmt.exe -version

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package datatools
22

3-
const Version = "1.1.2"
3+
const Version = "1.1.3"
44

0 commit comments

Comments
 (0)