Skip to content

Commit eedaca3

Browse files
committed
Bump the version number
1 parent 32972cd commit eedaca3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

PhpMinifier.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
@{ ModuleVersion = "1.0.0-rc2" }
1+
@{ ModuleVersion = "1.0.0-rc3" }

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.0-rc2"
3+
#define version "1.0.0-rc3"
44

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

src/PhpMinifier.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Copyright>© Cédric Belin</Copyright>
55
<Description>Minify PHP source code by removing comments and whitespace.</Description>
66
<Product>PHP Minifier</Product>
7-
<Version>1.0.0-rc2</Version>
7+
<Version>1.0.0-rc3</Version>
88
</PropertyGroup>
99

1010
<PropertyGroup>

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.0-rc2</Version>
6+
<Version>1.0.0-rc3</Version>
77
</PropertyGroup>
88

99
<PropertyGroup>

0 commit comments

Comments
 (0)