From 9e2712a8d9e890b0411f43e206edb7bddb2eb222 Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Tue, 28 Jul 2020 20:22:47 +0200 Subject: [PATCH] #19 --- PSTeams.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PSTeams.psd1 b/PSTeams.psd1 index 9b18b9d..a311c07 100644 --- a/PSTeams.psd1 +++ b/PSTeams.psd1 @@ -12,7 +12,7 @@ RootModule = 'PSTeams.psm1' # Version number of this module. - ModuleVersion = '1.0.1' + ModuleVersion = '1.0.2' # Supported PSEditions CompatiblePSEditions = 'Desktop', 'Core'