Skip to content

Commit 8a74d49

Browse files
committed
Bump version number.
1 parent 8473835 commit 8a74d49

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
//
5252
// You can specify all the values or you can default the Revision and Build Numbers
5353
// by using the '*' as shown below:
54-
[assembly: AssemblyVersion("0.3")]
55-
[assembly: AssemblyFileVersion("0.3.0.0")]
54+
[assembly: AssemblyVersion("0.4")]
55+
[assembly: AssemblyFileVersion("0.4.0.0")]

giza/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
[assembly: AssemblyCulture("")]
3333

3434
[assembly: ComVisible(false)]
35-
[assembly: AssemblyVersion("0.3.0.0")]
36-
[assembly: AssemblyFileVersion("0.3.0.0")]
35+
[assembly: AssemblyVersion("0.4.0.0")]
36+
[assembly: AssemblyFileVersion("0.4.0.0")]

0 commit comments

Comments
 (0)