bump versions for jnclnst and jnrmor

This commit is contained in:
Helmut K. C. Tessarek 2022-07-03 02:38:02 -04:00
parent c00214f816
commit 348b413ca2
No known key found for this signature in database
GPG Key ID: BE0985349D44DD00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERSION=1.0.1
VERSION=1.0.2
BASH=`which bash`
BASH_VERSION=`$BASH --version |head -1 |sed 's/.*version \(.*\)-release.*/\1/' |cut -c 1`

2
jnrmor
View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERSION=1.2.3
VERSION=1.2.4
# Retrieve script directory (not following link)
SCRIPT="${BASH_SOURCE[0]}"