Skip to content

Commit 9393268

Browse files
committed
Revert a previous commit
1 parent 29184d7 commit 9393268

File tree

5 files changed

+4
-7
lines changed

5 files changed

+4
-7
lines changed

ChangeLog.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Changelog
22

3-
## Version [1.1.0](https://github.com/cedx/php-minifier.net/compare/v1.0.1...v1.1.0)
4-
- Restored support for [.NET](https://dotnet.microsoft.com/en-us) 8.
5-
63
## Version [1.0.1](https://github.com/cedx/php-minifier.net/compare/v1.0.0...v1.0.1)
74
- Fixed a packaging issue.
85

PhpMinifier.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
@{
2-
ModuleVersion = "1.1.0"
2+
ModuleVersion = "1.0.1"
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.1.0"
3+
#define version "1.0.1"
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.1.0</Version>
7+
<Version>1.0.1</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.1.0</Version>
6+
<Version>1.0.1</Version>
77
</PropertyGroup>
88

99
<PropertyGroup>

0 commit comments

Comments
 (0)