Skip to content

Commit 7088a31

Browse files
committed
fix ItemSparse
1 parent 26f0655 commit 7088a31

3 files changed

Lines changed: 229 additions & 231 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.1.5a";
14+
public const string VERSION = "1.1.5b";
1515
public const string AUTO_GENERATED = "AutoGenerated";
1616
public const StringComparison IGNORECASE = StringComparison.CurrentCultureIgnoreCase;
1717
public static readonly string DEFINITION_DIR = Path.Combine(Path.GetDirectoryName(Application.ExecutablePath), "Definitions/");

0 commit comments

Comments
 (0)