Update version to 0.04 to be able to upload this small fix on pause 0.04
authorEmmanuel Lacour <elacour@easter-eggs.com>
Wed, 22 Jan 2014 15:25:32 +0000 (16:25 +0100)
committerEmmanuel Lacour <elacour@easter-eggs.com>
Wed, 22 Jan 2014 15:25:32 +0000 (16:25 +0100)
Changes
META.yml
lib/RT/Extension/SearchResults/ODS.pm

diff --git a/Changes b/Changes
index 037f0d2..dd451c2 100644 (file)
--- 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
index 5cbaf10..30ed609 100644 (file)
--- 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
index d7e4abe..201252d 100644 (file)
@@ -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