Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Toksisitee committed Feb 18, 2024
1 parent b7d0495 commit b8a928c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace PopLanguageEditor
public partial class MainWindow : Window
{
static public int VersionMajor = 1;
static public int VersionMinor = 0;
static public int VersionMinor = 1;
static public int VersionPatch = 0;
private string EditorName = "PopLanguageEditor v" + VersionMajor + "." + VersionMinor + "." + VersionPatch;
private const string IDS_FILE = "ids.txt";
Expand Down

0 comments on commit b8a928c

Please sign in to comment.