From 589c55c70c451fe2c5337666910b3a51b57edcfa Mon Sep 17 00:00:00 2001 From: Morgan Aldridge Date: Sat, 18 Apr 2020 16:27:21 -0400 Subject: [PATCH] Updated version for 0.2.1 release --- 43f | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/43f b/43f index 0872c81..277f728 100755 --- a/43f +++ b/43f @@ -56,7 +56,7 @@ # file. Improved functions input validation. Fix too few # days' data kept if previous month's length is less than # days to keep. -# v0.2. - 2020- - Morgan Aldridge +# v0.2.1 - 2020-04-18 - Morgan Aldridge # Fixed bug causing monthly archives to be incorrectly moved # to current month directory. # @@ -87,7 +87,7 @@ # info tool=$(basename "$0") -version='0.2' +version='0.2.1' copyright='Copyright (c) 2009-2020 Morgan Aldridge' # global variables diff --git a/README.md b/README.md index 26fb6a4..26d4cef 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ v0.2 - Don't create repository symlinks in dry-run mode or if repo isn't long TLDs in `notify` lines in config file. Improved functions input validation. Fix too few days' data kept if previous month's length is less than days to keep. -v0.2. - Fixed bug causing monthly archives to be incorrectly moved to current +v0.2.1 - Fixed bug causing monthly archives to be incorrectly moved to current month directory. ACKNOWLEDGEMENTS