Skip to content

Commit

Permalink
pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
barncastle committed Mar 13, 2018
1 parent 51269e0 commit 25873df
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.1.6

### Changes
* Updated definitions for 7.3.5
* WotLK Item Fix fixes
* WDC1 saving fixes
* Added user validation for WDC1's uncommon bitwidths
* Performance tweaks

## 1.1.4

### Changes
Expand Down
2 changes: 1 addition & 1 deletion WDBXEditor/Common/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace WDBXEditor.Common
{
public static class Constants
{
public const string VERSION = "1.1.5b";
public const string VERSION = "1.1.6";
public const string AUTO_GENERATED = "AutoGenerated";
public const StringComparison IGNORECASE = StringComparison.CurrentCultureIgnoreCase;
public static readonly string DEFINITION_DIR = Path.Combine(Path.GetDirectoryName(Application.ExecutablePath), "Definitions/");
Expand Down

0 comments on commit 25873df

Please sign in to comment.