Skip to content

Commit

Permalink
Increase version to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
iimog committed Jun 16, 2016
1 parent eb220fd commit 029f84d
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 @@ -186,6 +186,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/iimog/bcgTree][https://travis-ci.org/iimog/bcgTree.svg?branch=master]]
*** v1.0.7 <2016-06-16 Do>
- Add logo to GUI
*** v1.0.6 <2016-03-17 Do>
- Improve layout (avoid errors with large text fields)
- Update jar file
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 @@ -44,7 +44,7 @@

public class BcgTree extends JFrame {
private static final long serialVersionUID = 1L;
public static final String VERSION = "1.0.6";
public static final String VERSION = "1.0.7";
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.6';
our $VERSION = '1.0.7';

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

Expand Down

0 comments on commit 029f84d

Please sign in to comment.