Skip to content

Commit 76cab25

Browse files
committed
Set Framework Version to v1.0.1
1 parent e06a261 commit 76cab25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

icinga-powershell-framework.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
ModuleToProcess = 'icinga-powershell-framework.psm1'
3-
ModuleVersion = '1.0.0'
3+
ModuleVersion = '1.0.1'
44
GUID = 'fcd7a805-a41b-49f9-afee-9d17a2b76d42'
55
Author = 'Lord Hepipud'
66
CompanyName = 'Icinga GmbH'
@@ -14,11 +14,11 @@
1414
PrivateData = @{
1515
PSData = @{
1616
Tags = @( 'icinga','icinga2','IcingaPowerShellFramework','IcingaPowerShell','IcingaforWindows','IcingaWindows')
17-
LicenseUri = 'https://github.com/Icinga/icinga-powershell-framework/tree/v1.0.0/LICENSE'
17+
LicenseUri = 'https://github.com/Icinga/icinga-powershell-framework/tree/v1.0.1/LICENSE'
1818
ProjectUri = 'https://github.com/Icinga/icinga-powershell-framework'
1919
ReleaseNotes = 'https://github.com/Icinga/icinga-powershell-framework/releases'
2020
};
21-
Version = 'v1.0.0';
21+
Version = 'v1.0.1';
2222
}
2323
HelpInfoURI = 'https://github.com/Icinga/icinga-powershell-framework'
2424
}

0 commit comments

Comments
 (0)