From 7d81a73c366aa908e90106aa70c2a899c5428909 Mon Sep 17 00:00:00 2001 From: Thomas Parkison Date: Fri, 12 Jan 2024 20:58:55 -0500 Subject: [PATCH] Updated the version. --- Export-Bitwarden.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Export-Bitwarden.psm1 b/Export-Bitwarden.psm1 index f825de9..2230e58 100644 --- a/Export-Bitwarden.psm1 +++ b/Export-Bitwarden.psm1 @@ -30,7 +30,7 @@ function Export-Bitwarden { # Don't touch this line! # ==================================================== Write-Host -ForegroundColor Green "========================================================================================" - Write-Host -ForegroundColor Green "== Bitwarden Vault Export Script v1.28 ==" + Write-Host -ForegroundColor Green "== Bitwarden Vault Export Script v1.29 ==" Write-Host -ForegroundColor Green "== Originally created by David H, converted to a Powershell Script by Thomas Parkison ==" Write-Host -ForegroundColor Green "== https://github.com/trparky/Bitwarden-Vault-Export-Script ==" Write-Host -ForegroundColor Green "========================================================================================"