Skip to content

Commit

Permalink
Prep for v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WestleyK committed Nov 30, 2019
1 parent d1686a2 commit 319e597
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion clib.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "list-files utils",
"version": "v1.3.1",
"version": "v1.4.0",
"repo": "WestleyR/list-files",
"license": "The Clear BSD License",
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions src/main-lf.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// created by: WestleyR
// email: westleyr@nym.hush.com
// https://github.com/WestleyR/list-files
// date: Nov 23, 2019
// version-1.3.0
// date: Nov 29, 2019
// version-1.4.0
//
// The Clear BSD License
//
Expand Down Expand Up @@ -38,7 +38,7 @@
#define COMMIT_HASH "unknown"
#endif

#define SCRIPT_VERSION "v1.3.0, Nov 24, 2019"
#define SCRIPT_VERSION "v1.4.0, Nov 29, 2019"

char *base_path = NULL;

Expand Down

0 comments on commit 319e597

Please sign in to comment.