From 04ce627b828329c699cdfae238b3cad24d4b5724 Mon Sep 17 00:00:00 2001 From: Markus Ankenbrand Date: Fri, 3 Mar 2017 15:32:49 +0100 Subject: [PATCH] Add change log for version 1.0.9 Resolve #21 --- README.org | 2 ++ bcgTreeGUI/src/bcgTree/gui/BcgTree.java | 2 +- lib/bcgTree.pm | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index f7b3ded..501d8e8 100644 --- a/README.org +++ b/README.org @@ -190,6 +190,8 @@ The font is from [[fontlibrary.org]]: - [[https://fontlibrary.org/en/font/ranchers][Ranchers]] ([[http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL][SIL Open Font License]]) ** Changes [[https://travis-ci.org/molbiodiv/bcgTree][https://travis-ci.org/molbiodiv/bcgTree.svg?branch=master]] +*** v1.0.9 <2017-03-03 Fr> + - Add parameters --min-proteomes and --all-proteomes (#21) *** v1.0.8 <2016-09-07 Mi> - Set default bootstraps to 100 - Add description for reproduction of results in paper diff --git a/bcgTreeGUI/src/bcgTree/gui/BcgTree.java b/bcgTreeGUI/src/bcgTree/gui/BcgTree.java index f7c43bd..3333dd5 100644 --- a/bcgTreeGUI/src/bcgTree/gui/BcgTree.java +++ b/bcgTreeGUI/src/bcgTree/gui/BcgTree.java @@ -45,7 +45,7 @@ public class BcgTree extends JFrame { private static final long serialVersionUID = 1L; - public static final String VERSION = "1.0.8"; + public static final String VERSION = "1.0.9"; private static final int DEFAULT_TEXTFIELD_COLUMNS = 30; public static void main(String[] args) { diff --git a/lib/bcgTree.pm b/lib/bcgTree.pm index e2d8684..0d01bea 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.8'; +our $VERSION = '1.0.9'; my $L = Log::Log4perl::get_logger();