diff --git a/SeqRuler.jar b/SeqRuler.jar index ee79fad..a0a7c65 100644 Binary files a/SeqRuler.jar and b/SeqRuler.jar differ diff --git a/modules/gui-app/src/main/java/Main.java b/modules/gui-app/src/main/java/Main.java index 8c6a7f3..888020b 100644 --- a/modules/gui-app/src/main/java/Main.java +++ b/modules/gui-app/src/main/java/Main.java @@ -16,7 +16,7 @@ import static javax.swing.JOptionPane.showMessageDialog; -@CommandLine.Command(name = "SeqRuler", mixinStandardHelpOptions = true, version = "3.0") +@CommandLine.Command(name = "SeqRuler", mixinStandardHelpOptions = true, version = "4.4") public class Main implements Runnable{ @CommandLine.Option(names={"-i", "--inFile"}, description="input file with sequences", paramLabel = "FILE") @@ -157,7 +157,7 @@ public static void main(String[] args) { private static void createAndShowGUI() { //Create and set up the window. - JFrame frame = new JFrame("SeqRuler"); + JFrame frame = new JFrame("SeqRuler" + " v4.4"); JPanel mainPane = new JPanel(); mainPane.setLayout(new BoxLayout(mainPane, BoxLayout.Y_AXIS)); frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);