Skip to content

Commit

Permalink
Version 1.28.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjolley committed Oct 8, 2020
1 parent 66b3235 commit 068a5be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v1.28.1: *Update ITOL plugin to support API key needed due to the change in
subscription model at https://itol.embl.de/.
*Extract new allele sequence if found during query with option to
start a new submission for assignment.
v1.28.0: *New interface.
v1.27.1: *Improved kiosk mode support.
*Fixed memory leak in BLAST plugin.
Expand Down
2 changes: 1 addition & 1 deletion lib/BIGSdb/Application.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package BIGSdb::Application;
use strict;
use warnings;
use 5.010;
use version; our $VERSION = version->declare('v1.28.0');
use version; our $VERSION = version->declare('v1.28.1');
use Apache2::Connection;
use parent qw(BIGSdb::BaseApplication);
use BIGSdb::AjaxJobs;
Expand Down

0 comments on commit 068a5be

Please sign in to comment.