Skip to content

Commit 7b45b82

Browse files
committed
Bump the version number
1 parent eb985fc commit 7b45b82

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cake.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[package]
2-
version=1.0.0
2+
version=1.0.1

src/Lcov.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>Parse and format to LCOV your code coverage reports.</Description>
66
<Product>LCOV Reports for .NET</Product>
7-
<Version>1.0.0</Version>
7+
<Version>1.0.1</Version>
88
</PropertyGroup>
99

1010
<PropertyGroup>

test/Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Company>Belin.io</Company>
44
<Copyright>© Cédric Belin</Copyright>
55
<Product>LCOV Reports for .NET</Product>
6-
<Version>1.0.0</Version>
6+
<Version>1.0.1</Version>
77
</PropertyGroup>
88

99
<PropertyGroup>

0 commit comments

Comments
 (0)