Skip to content

Commit

Permalink
Increase version number to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
iimog committed Mar 17, 2016
1 parent 9e90df1 commit bf9f1da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ This file has been used as a starting point but an [[https:/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)
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 @@ -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();
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.4';
our $VERSION = '1.0.5';

my $L = Log::Log4perl::get_logger();

Expand Down

0 comments on commit bf9f1da

Please sign in to comment.