Skip to content

Commit f000d81

Browse files
committed
fixing issue #10
1 parent 148ff66 commit f000d81

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ 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.1
11+
version: 1.1.2
1212
license-url: "https://data.caltech.edu/license"
13-
keyword:
13+
keywords:
1414
- csv
1515
- json
1616
- xlsx

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"downloadUrl": "https://github.com/caltechlibrary/datatools/releases/",
99
"issueTracker": "https://github.com/caltechlibrary/datatools/issues",
1010
"name": "datatools",
11-
"version": "1.1.1",
11+
"version": "1.1.2",
1212
"description": "A set of command line tools for working with CSV, Excel Workbooks, Google Sheets, JSON and structured text documents.",
1313
"applicationCategory": "computer programming",
1414
"developmentStatus": "active",

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.1"
3+
const Version = "1.1.2"
44

0 commit comments

Comments
 (0)