Skip to content

Commit

Permalink
Nomad 0.4.20191216
Browse files Browse the repository at this point in the history
  • Loading branch information
Airell committed Dec 16, 2019
1 parent b593c81 commit b6f7cb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public DefaultDocumentManager getDocumentManager()

public Nomad(NomadPlugin plugin, MenuLayout menuLayout)
{
mainWindow = new JFrame("Nomad 0.4.20191214");
mainWindow = new JFrame("Nomad 0.4.20191216");
menuBuilder = new MenuBuilder(menuLayout);
this.pluginInstance = plugin;
Nomad.instance = this;
Expand Down

0 comments on commit b6f7cb1

Please sign in to comment.