From 09c27e7cfdb5a65a8c7537c3431b4bb053e4aeae Mon Sep 17 00:00:00 2001 From: q3aql Date: Fri, 1 Jul 2022 19:13:00 +0200 Subject: [PATCH] Bump up version number to 0.2 --- pwsh-vault-cli.sh | 4 ++-- pwsh-vault-dl.sh | 4 ++-- pwsh-vault.sh | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pwsh-vault-cli.sh b/pwsh-vault-cli.sh index a05cf59..3660c77 100755 --- a/pwsh-vault-cli.sh +++ b/pwsh-vault-cli.sh @@ -5,9 +5,9 @@ # Author: q3aql # # Contact: q3aql@duck.com # # License: GPL v2.0 # -# Last-Change: 30-06-20222 # +# Last-Change: 01-07-20222 # # ########################################################### -VERSION="0.1" +VERSION="0.2" # Variables pwsh_vault="${HOME}/.pwsh-vault" diff --git a/pwsh-vault-dl.sh b/pwsh-vault-dl.sh index 5941f9b..5c75579 100755 --- a/pwsh-vault-dl.sh +++ b/pwsh-vault-dl.sh @@ -5,9 +5,9 @@ # Author: q3aql # # Contact: q3aql@duck.com # # License: GPL v2.0 # -# Last-Change: 30-06-20222 # +# Last-Change: 01-07-20222 # # ############################################################# -VERSION="0.1" +VERSION="0.2" # Variables pwsh_vault="${HOME}/.pwsh-vault" diff --git a/pwsh-vault.sh b/pwsh-vault.sh index 879ea3d..bcb6638 100755 --- a/pwsh-vault.sh +++ b/pwsh-vault.sh @@ -5,9 +5,9 @@ # Author: q3aql # # Contact: q3aql@duck.com # # License: GPL v2.0 # -# Last-Change: 30-06-20222 # +# Last-Change: 01-07-20222 # # ######################################################### -VERSION="0.1" +VERSION="0.2" # Variables pwsh_vault="${HOME}/.pwsh-vault"