From 77c66177dc756728649c9f6d241ca810ed7f67f6 Mon Sep 17 00:00:00 2001 From: Lord Hepipud Date: Thu, 12 May 2022 12:35:20 +0200 Subject: [PATCH] Sets version to v1.1.1 --- icinga-powershell-cluster.psd1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icinga-powershell-cluster.psd1 b/icinga-powershell-cluster.psd1 index d0362d3..b1a7eae 100644 --- a/icinga-powershell-cluster.psd1 +++ b/icinga-powershell-cluster.psd1 @@ -1,5 +1,5 @@ @{ - ModuleVersion = '1.1.0' + ModuleVersion = '1.1.1' GUID = 'e224db78-5f9a-43ea-a985-911da9da70c8' Author = 'Yonas Habteab' CompanyName = 'Icinga GmbH' @@ -32,7 +32,7 @@ ProjectUri = 'https://github.com/Icinga/icinga-powershell-cluster' ReleaseNotes = 'https://github.com/Icinga/icinga-powershell-cluster/releases' }; - Version = 'v1.1.0' + Version = 'v1.1.1' Name = 'Windows Cluster'; Type = 'plugins'; Function = '';