From f4d3d6300f33495ef7a50bc8dea442a88038464f Mon Sep 17 00:00:00 2001 From: NotNotWrongUsually <40332187+NotNotWrongUsually@users.noreply.github.com> Date: Sat, 21 Mar 2020 18:44:18 +0100 Subject: [PATCH] bumped version --- PSApi.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PSApi.psd1 b/PSApi.psd1 index a61393a..c319860 100644 --- a/PSApi.psd1 +++ b/PSApi.psd1 @@ -12,7 +12,7 @@ RootModule = 'PSApi.psm1' # Version number of this module. -ModuleVersion = '0.2.0' +ModuleVersion = '0.2.1' # Supported PSEditions CompatiblePSEditions = @('Core')