From 57e6387d51e2246e51164809339bec59224c4b5f Mon Sep 17 00:00:00 2001 From: Keith Jolley Date: Tue, 26 Nov 2024 10:57:09 +0000 Subject: [PATCH] Version 1.49.1. --- README.txt | 4 +++- lib/BIGSdb/Application.pm | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 668e14a0..bf50025d 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,9 @@ v1.49.1: *Fix for lincodes.pl for use with latest version of PDL module. *Improved layout of site user registration and admin pages. *Users can now upload their own genomes using .tar.gz or .tar files - (not just .zip files) in Genome Comparator and related plugins. + (not just .zip files) in Genome Comparator and related plugins. + *New option to export LIN code prefixes of different lengths in Export + plugin. v1.49.0: *Automated generation of personal API keys. *Use LINcodes to identify closest profiles and genomes on profile info page. diff --git a/lib/BIGSdb/Application.pm b/lib/BIGSdb/Application.pm index f2718799..bb07d4bc 100644 --- a/lib/BIGSdb/Application.pm +++ b/lib/BIGSdb/Application.pm @@ -20,7 +20,7 @@ package BIGSdb::Application; use strict; use warnings; use 5.010; -use version; our $VERSION = version->declare('v1.49.0'); +use version; our $VERSION = version->declare('v1.49.1'); use Apache2::Connection; use parent qw(BIGSdb::BaseApplication); use BIGSdb::AjaxAnalysis;