From: Emmanuel Lacour Date: Wed, 22 Jan 2014 15:25:32 +0000 (+0100) Subject: Update version to 0.04 to be able to upload this small fix on pause X-Git-Tag: 0.04 X-Git-Url: http://git.home-dn.net/?p=manu%2FRT-Extension-SearchResults-ODS.git;a=commitdiff_plain;h=6cdd3f4f1ada02aba476381d81960073eeeb8b3a;hp=78fa824f83eadc05ac2d8927d8d2a9d4e9d82ca6 Update version to 0.04 to be able to upload this small fix on pause --- diff --git a/Changes b/Changes index 037f0d2..dd451c2 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for RT-Extension-SearchResults-ODS +0.04 Wed, 22 Jan 2014 16:24:17 +0100 + Don't try to set the menu entry on ticket display + 0.03 Wed, 22 Jan 2014 16:11:01 +0100 Add support for RT 4.2.x Require RT >= 4.2.0 diff --git a/META.yml b/META.yml index 5cbaf10..30ed609 100644 --- a/META.yml +++ b/META.yml @@ -24,4 +24,4 @@ requires: resources: license: http://dev.perl.org/licenses/ repository: git://git.home-dn.net/manu/RT-Extension-SearchResults-ODS.git -version: 0.03 +version: 0.04 diff --git a/lib/RT/Extension/SearchResults/ODS.pm b/lib/RT/Extension/SearchResults/ODS.pm index d7e4abe..201252d 100644 --- a/lib/RT/Extension/SearchResults/ODS.pm +++ b/lib/RT/Extension/SearchResults/ODS.pm @@ -9,11 +9,11 @@ RT::Extension::SearchResults::ODS - Add Excel format export to RT search results =head1 VERSION -Version 0.03 +Version 0.04 =cut -our $VERSION = '0.03'; +our $VERSION = '0.04'; =head1 SYNOPSIS