From cddc9b21e050a10cf9260e406c2c6cd861357233 Mon Sep 17 00:00:00 2001 From: Kevin Lukritz Date: Mon, 9 Nov 2020 12:47:52 -0600 Subject: [PATCH] updated version number --- KeyPresser.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KeyPresser.ps1 b/KeyPresser.ps1 index 45bc211..f17e4c5 100644 --- a/KeyPresser.ps1 +++ b/KeyPresser.ps1 @@ -1,6 +1,6 @@ #region Header - $Version = "1.0.0" + $Version = "1.0.1" #Dependencies [Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms") | Out-Null