Skip to content

Commit

Permalink
Updated version number on start
Browse files Browse the repository at this point in the history
  • Loading branch information
zackurben committed Feb 1, 2014
1 parent 6183ac6 commit 7fcfc68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Login.java
Expand Up @@ -4,7 +4,7 @@
* under the Apache V2 License, which can be found at: gson/LICENSE.txt
*
* Login.java
* Version : 1.0.3
* Version : 1.0.5
* Author : Zack Urben
* Contact : zackurben@gmail.com
* Creation : 12/31/13
Expand Down Expand Up @@ -87,7 +87,7 @@ private void initialize() {
LABEL_VERSION.setBounds(312, 167, 47, 16);
PANEL.add(LABEL_VERSION);

LABEL_VERSION_NUMBER = new JLabel("1.0.4");
LABEL_VERSION_NUMBER = new JLabel("1.0.5");
LABEL_VERSION_NUMBER.setEnabled(false);
LABEL_VERSION_NUMBER.setBounds(371, 167, 61, 16);
PANEL.add(LABEL_VERSION_NUMBER);
Expand Down

0 comments on commit 7fcfc68

Please sign in to comment.