Skip to content

Commit 0f4cfa3

Browse files
committed
Increment build
1 parent 76691d1 commit 0f4cfa3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

WDBXEditor/Common/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace WDBXEditor.Common
1111
{
1212
public static class Constants
1313
{
14-
public const string VERSION = "1.0.2";
14+
public const string VERSION = "1.0.3";
1515
public const string AUTO_GENERATED = "AutoGenerated";
1616
public const string PADDING = "Padding";
1717
public const StringComparison IGNORECASE = StringComparison.CurrentCultureIgnoreCase;

WDBXEditor/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.2.0")]
36-
[assembly: AssemblyFileVersion("1.0.2.0")]
35+
[assembly: AssemblyVersion("1.0.3.0")]
36+
[assembly: AssemblyFileVersion("1.0.3.0")]

0 commit comments

Comments
 (0)