Skip to content

Commit

Permalink
Update module builder
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Jan 3, 2024
1 parent 3320e21 commit c73fb02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/BuildModule.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Invoke-ModuleBuild -ModuleName 'PSWriteHTML' {
# Usual defaults as per standard module
$Manifest = [ordered] @{
ModuleVersion = '1.14.0'
ModuleVersion = '1.X.0'
CompatiblePSEditions = @('Desktop', 'Core')
GUID = 'a7bdf640-f5cb-4acf-9de0-365b322d245c'
Author = 'Przemyslaw Klys'
Expand Down

0 comments on commit c73fb02

Please sign in to comment.