Skip to content

Commit

Permalink
Version 1.43.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjolley committed Mar 20, 2024
1 parent cf3a65a commit f4f82af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ v1.43.3: *Added optional message to users to use API on the allele and profile
multiselect.
*Javascript performance tweaks for background loading of isolate query
form elements.
*Optionally set a limit to the number of offline jobs that any single
user can run for individual plugins.
v1.43.2: *Added additional logging information.
*cgST with fewest missing loci is now highlighted when isolate has
multiple cgSTs.
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.43.2');
use version; our $VERSION = version->declare('v1.43.3');
use Apache2::Connection;
use parent qw(BIGSdb::BaseApplication);
use BIGSdb::AjaxAnalysis;
Expand Down

0 comments on commit f4f82af

Please sign in to comment.