From 0dcc43ff15ec9275fbbd850af56a307e2fbc438f Mon Sep 17 00:00:00 2001 From: potatoqualitee Date: Fri, 12 May 2023 00:25:51 +0000 Subject: [PATCH] update version --- kbupdate.psd1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kbupdate.psd1 b/kbupdate.psd1 index 1fe5052..baa422e 100644 --- a/kbupdate.psd1 +++ b/kbupdate.psd1 @@ -7,7 +7,7 @@ # @{ # Version number of this module. - ModuleVersion = '2.0.26' + ModuleVersion = '2.0.27' # ID used to uniquely identify this module GUID = 'f292e190-ed32-4232-b9f3-b50b42a5655f' @@ -31,7 +31,7 @@ RequiredModules = @( # load up everything in Windows @{ ModuleName = 'PSFramework'; ModuleVersion = '1.7.227' }, - @{ ModuleName = 'kbupdate-library'; ModuleVersion = '1.1.23' }, + @{ ModuleName = 'kbupdate-library'; ModuleVersion = '1.1.24' }, @{ ModuleName = 'PSSQLite'; ModuleVersion = '1.1.0' } )