Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Guo Yunhe committed Sep 11, 2015
1 parent c520c0a commit ad8a561
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/me/guoyunhe/fontweak/MainWindow.form
Original file line number Diff line number Diff line change
Expand Up @@ -3322,7 +3322,7 @@
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
<Font name="Serif" size="18" style="0"/>
</Property>
<Property name="text" type="java.lang.String" value="0.4.0" noResource="true"/>
<Property name="text" type="java.lang.String" value="0.6.1" noResource="true"/>
</Properties>
</Component>
</SubComponents>
Expand Down
2 changes: 1 addition & 1 deletion src/me/guoyunhe/fontweak/MainWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ public void actionPerformed(java.awt.event.ActionEvent evt) {
appTitlePanel.add(appNameLabel);

appVersionLabel.setFont(new java.awt.Font("Serif", 0, 18)); // NOI18N
appVersionLabel.setText("0.4.0"); // NOI18N
appVersionLabel.setText("0.6.1"); // NOI18N
appTitlePanel.add(appVersionLabel);

aboutContentPanel.add(appTitlePanel);
Expand Down

0 comments on commit ad8a561

Please sign in to comment.