From bf9f1da23bad73f990dce366e0782cd26e42520b Mon Sep 17 00:00:00 2001 From: Markus Ankenbrand Date: Thu, 17 Mar 2016 14:03:30 +0100 Subject: [PATCH] Increase version number to 1.0.5 --- README.org | 3 ++- bcgTreeGUI/src/bcgTree/gui/BcgTree.java | 2 +- lib/bcgTree.pm | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index d511cf4..e613371 100644 --- a/README.org +++ b/README.org @@ -177,7 +177,8 @@ This file has been used as a starting point but an [[https://github.com/MadsAlbe ** Changes [[https://travis-ci.org/iimog/bcgTree][https://travis-ci.org/iimog/bcgTree.svg?branch=master]] -*** v1.0.5 +*** v1.0.5 <2016-03-17 Do> + - Add advanced settings and external programs to GUI - Add GUI screenshots to README - Finish GUI layout - Fix outdir bug (manually entered text was ignored) diff --git a/bcgTreeGUI/src/bcgTree/gui/BcgTree.java b/bcgTreeGUI/src/bcgTree/gui/BcgTree.java index ba93fb2..eb5bbcb 100644 --- a/bcgTreeGUI/src/bcgTree/gui/BcgTree.java +++ b/bcgTreeGUI/src/bcgTree/gui/BcgTree.java @@ -41,7 +41,7 @@ public class BcgTree extends JFrame { private static final long serialVersionUID = 1L; - public static final String VERSION = "1.0.4"; + public static final String VERSION = "1.0.5"; public static void main(String[] args) { BcgTree mainWindow = new BcgTree(); diff --git a/lib/bcgTree.pm b/lib/bcgTree.pm index 0052b9a..9df3976 100755 --- a/lib/bcgTree.pm +++ b/lib/bcgTree.pm @@ -11,7 +11,7 @@ use File::Path qw(make_path); use File::Spec; use Fasta::Parser; -our $VERSION = '1.0.4'; +our $VERSION = '1.0.5'; my $L = Log::Log4perl::get_logger();