We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76691d1 commit 0f4cfa3Copy full SHA for 0f4cfa3
2 files changed
WDBXEditor/Common/Constants.cs
@@ -11,7 +11,7 @@ namespace WDBXEditor.Common
11
{
12
public static class Constants
13
14
- public const string VERSION = "1.0.2";
+ public const string VERSION = "1.0.3";
15
public const string AUTO_GENERATED = "AutoGenerated";
16
public const string PADDING = "Padding";
17
public const StringComparison IGNORECASE = StringComparison.CurrentCultureIgnoreCase;
WDBXEditor/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@
32
// You can specify all the values or you can default the Build and Revision Numbers
33
// by using the '*' as shown below:
34
// [assembly: AssemblyVersion("1.0.*")]
35
-[assembly: AssemblyVersion("1.0.2.0")]
36
-[assembly: AssemblyFileVersion("1.0.2.0")]
+[assembly: AssemblyVersion("1.0.3.0")]
+[assembly: AssemblyFileVersion("1.0.3.0")]
0 commit comments