Skip to content

Commit ac656aa

Browse files
committed
Bump the version number
1 parent cd77d94 commit ac656aa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

PhpMinifier.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
@{
2-
ModuleVersion = "1.0.1"
2+
ModuleVersion = "1.1.0"
33
PowerShellVersion = "7.5"
44
}

Setup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define module "PhpMinifier"
22
#define publisher "Cedric-Belin.fr"
3-
#define version "1.0.1"
3+
#define version "1.1.0"
44

55
[Setup]
66
AppCopyright = © Cédric Belin

test/PhpMinifier.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Company>Cedric-Belin.fr</Company>
44
<Copyright>© Cédric Belin</Copyright>
55
<Product>PHP Minifier</Product>
6-
<Version>1.0.1</Version>
6+
<Version>1.1.0</Version>
77
</PropertyGroup>
88

99
<PropertyGroup>

0 commit comments

Comments
 (0)