Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
erkexzcx committed Sep 18, 2018
1 parent 3ef60df commit 826ed36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ldg/MainWindow.form
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</NonVisualComponents>
<Properties>
<Property name="defaultCloseOperation" type="int" value="3"/>
<Property name="title" type="java.lang.String" value="Lithuanian dictionary generator v2.07"/>
<Property name="title" type="java.lang.String" value="Lithuanian dictionary generator v2.08"/>
<Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
<Dimension value="[650, 600]"/>
</Property>
Expand Down
2 changes: 1 addition & 1 deletion src/ldg/MainWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ private void initComponents() {
jCheckBox_lowercase = new javax.swing.JCheckBox();

setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
setTitle("Lithuanian dictionary generator v2.07");
setTitle("Lithuanian dictionary generator v2.08");
setMinimumSize(new java.awt.Dimension(650, 600));

jLabel1.setFont(new java.awt.Font("Dialog", 2, 12)); // NOI18N
Expand Down

0 comments on commit 826ed36

Please sign in to comment.