From 319e597a1e83a4ac6a0c2227ef5d050b719b33ae Mon Sep 17 00:00:00 2001 From: WestleyK Date: Fri, 29 Nov 2019 16:38:40 -0800 Subject: [PATCH] Prep for v1.4.0 --- clib.json | 2 +- src/main-lf.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clib.json b/clib.json index 4781b22..07e82ef 100644 --- a/clib.json +++ b/clib.json @@ -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": { diff --git a/src/main-lf.c b/src/main-lf.c index 367ea45..9603b04 100644 --- a/src/main-lf.c +++ b/src/main-lf.c @@ -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 // @@ -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;