Release 0.02. 0.02
authorEmmanuel Lacour <elacour@easter-eggs.com>
Thu, 6 Nov 2008 09:54:27 +0000 (10:54 +0100)
committerEmmanuel Lacour <elacour@easter-eggs.com>
Thu, 6 Nov 2008 09:54:27 +0000 (10:54 +0100)
Changes
META.yml
Makefile.PL
lib/RT/Extension/WatchedQueues.pm

diff --git a/Changes b/Changes
index e29a6d3..acd2104 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for RT-Extension-WatchedQueues
 
 Revision history for RT-Extension-WatchedQueues
 
+0.02    Thu, 06 Nov 2008 10:53:36 +0100
+        Add link to jump to modify queues watchers page.
+
 0.01    Tue, 16 Sep 2008 14:50:37 +0200
         Initial release.
 
 0.01    Tue, 16 Sep 2008 14:50:37 +0200
         Initial release.
 
index 96fa3dd..f7eadfd 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -8,4 +8,4 @@ no_index:
   directory:
     - html
     - inc
   directory:
     - html
     - inc
-version: 0.01
+version: 0.02
index 0332de6..c27336d 100644 (file)
@@ -3,7 +3,7 @@ use inc::Module::Install;
 RTx('RT-Extension-WatchedQueues');
 license('perl');
 author('Emmanuel Lacour <elacour@home-dn.net>');
 RTx('RT-Extension-WatchedQueues');
 license('perl');
 author('Emmanuel Lacour <elacour@home-dn.net>');
-version('0.01');
+version('0.02');
 abstract_from('lib/RT/Extension/WatchedQueues.pm');
 
 &WriteAll;
 abstract_from('lib/RT/Extension/WatchedQueues.pm');
 
 &WriteAll;
index 7cfb831..568ee90 100644 (file)
@@ -9,11 +9,11 @@ RT::Extension::WatchedQueues - List queues the user is a watcher of
 
 =head1 VERSION
 
 
 =head1 VERSION
 
-Version 0.01
+Version 0.02
 
 =cut
 
 
 =cut
 
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 
 
 =head1 SYNOPSIS
 
 
 =head1 SYNOPSIS