We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd77d94 commit ac656aaCopy full SHA for ac656aa
PhpMinifier.psd1
@@ -1,4 +1,4 @@
1
@{
2
- ModuleVersion = "1.0.1"
+ ModuleVersion = "1.1.0"
3
PowerShellVersion = "7.5"
4
}
Setup.iss
@@ -1,6 +1,6 @@
#define module "PhpMinifier"
#define publisher "Cedric-Belin.fr"
-#define version "1.0.1"
+#define version "1.1.0"
5
[Setup]
6
AppCopyright = © Cédric Belin
test/PhpMinifier.Tests.csproj
@@ -3,7 +3,7 @@
<Company>Cedric-Belin.fr</Company>
<Copyright>© Cédric Belin</Copyright>
<Product>PHP Minifier</Product>
- <Version>1.0.1</Version>
+ <Version>1.1.0</Version>
7
</PropertyGroup>
8
9
<PropertyGroup>
0 commit comments