Skip to content

Commit

Permalink
Release v1.0.3 for initial forum post
Browse files Browse the repository at this point in the history
This version includes:
* Commit 70932dd
* Commit f06c133
  • Loading branch information
SS111 committed Jul 9, 2013
1 parent f06c133 commit 3aad16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/github/ss111/WindowMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ private void initialize() {

frmMain = new JFrame();
frmMain.setResizable(false);
frmMain.setTitle("Minecraft ID Resolver V1.0 - By SS111");
frmMain.setTitle("Minecraft ID Resolver V1.0.3 - By SS111");
frmMain.setBounds(100, 100, 450, 345);
frmMain.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
frmMain.getContentPane().setLayout(new MigLayout("", "[95px][10px][210px,grow][10px][99px]", "[23px][23px][179px][][][]"));
Expand Down

0 comments on commit 3aad16e

Please sign in to comment.