Skip to content

Commit

Permalink
Add change log for version 1.0.9 Resolve #21
Browse files Browse the repository at this point in the history
  • Loading branch information
iimog committed Mar 3, 2017
1 parent 38bf1ba commit 04ce627
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bcgTreeGUI/src/bcgTree/gui/BcgTree.java
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion lib/bcgTree.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 04ce627

Please sign in to comment.