Skip to content

Commit

Permalink
Update about panel
Browse files Browse the repository at this point in the history
  • Loading branch information
davidzof committed Aug 10, 2015
1 parent 1949f19 commit 07ae532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/wattzap/view/AboutPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public AboutPanel() {
if (key == null || key.length() == 0) {
userPrefs.setRegistrationKey("Community Edition");
}
about.setText("<html>WattzAp Community Edition<br/><br/>Version 2.5 beta<br/>10th May 2015");
about.setText("<html>WattzAp Community Edition<br/><br/>Version 2.5 beta2<br/>10th August 2015");
add(about,"alignx right, span");

debug = new JCheckBox("Enable Debugging");
Expand Down

0 comments on commit 07ae532

Please sign in to comment.