Skip to content

Commit

Permalink
Version 1.47.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjolley committed Jul 25, 2024
1 parent 01de04d commit 7de25cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.47.1: *Added option to hyperlink to a different URL depending on regex of
field value.
*More efficient batch sequence queries when exemplars used.
v1.47.0: *Added optional private data quotas to projects.
*Added embargoing for isolate submissions.
v1.46.2: *BingMaps has been removed as an option for mapping as Microsoft are
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.47.0');
use version; our $VERSION = version->declare('v1.47.1');
use Apache2::Connection;
use parent qw(BIGSdb::BaseApplication);
use BIGSdb::AjaxAnalysis;
Expand Down

0 comments on commit 7de25cb

Please sign in to comment.