Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Moein Fatehi committed Mar 27, 2024
1 parent 5094587 commit f907544
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions src/backupFinder/HelpPanel.form
Original file line number Diff line number Diff line change
Expand Up @@ -128,20 +128,18 @@
<Component class="javax.swing.JTable" name="aboutTable">
<Properties>
<Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor">
<Table columnCount="2" rowCount="6">
<Table columnCount="2" rowCount="5">
<Column editable="true" title="Project" type="java.lang.Object">
<Data value="Version"/>
<Data value="Creator"/>
<Data value="Email"/>
<Data value="Website"/>
<Data value="Twitter"/>
<Data value="Github"/>
</Column>
<Column editable="true" title="Input Fuzzer" type="java.lang.Object">
<Data value="0.2"/>
<Data value="0.3"/>
<Data value="Moein Fatehi"/>
<Data value="moein.fatehi@gmail.com"/>
<Data value="moeinfatehi.ir"/>
<Data value="@MoeinFatehi"/>
<Data value="https://github.com/moeinfatehi/"/>
</Column>
Expand Down
3 changes: 1 addition & 2 deletions src/backupFinder/HelpPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,9 @@ private void initComponents() {

aboutTable.setModel(new javax.swing.table.DefaultTableModel(
new Object [][] {
{"Version", "0.2"},
{"Version", "0.3"},
{"Creator", "Moein Fatehi"},
{"Email", "moein.fatehi@gmail.com"},
{"Website", "moeinfatehi.ir"},
{"Twitter", "@MoeinFatehi"},
{"Github", "https://github.com/moeinfatehi/"}
},
Expand Down

0 comments on commit f907544

Please sign in to comment.