We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7d0495 commit b8a928cCopy full SHA for b8a928c
MainWindow.xaml.cs
@@ -11,7 +11,7 @@ namespace PopLanguageEditor
11
public partial class MainWindow : Window
12
{
13
static public int VersionMajor = 1;
14
- static public int VersionMinor = 0;
+ static public int VersionMinor = 1;
15
static public int VersionPatch = 0;
16
private string EditorName = "PopLanguageEditor v" + VersionMajor + "." + VersionMinor + "." + VersionPatch;
17
private const string IDS_FILE = "ids.txt";
0 commit comments