Skip to content

Commit b8a928c

Browse files
committed
v1.1.0
1 parent b7d0495 commit b8a928c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace PopLanguageEditor
1111
public partial class MainWindow : Window
1212
{
1313
static public int VersionMajor = 1;
14-
static public int VersionMinor = 0;
14+
static public int VersionMinor = 1;
1515
static public int VersionPatch = 0;
1616
private string EditorName = "PopLanguageEditor v" + VersionMajor + "." + VersionMinor + "." + VersionPatch;
1717
private const string IDS_FILE = "ids.txt";

0 commit comments

Comments
 (0)