From 59648757983fc8105b409ab1aea52e3c6b8bd0e5 Mon Sep 17 00:00:00 2001 From: Emmanuel Lacour Date: Thu, 6 Nov 2008 10:54:27 +0100 Subject: [PATCH] Release 0.02. --- Changes | 3 +++ META.yml | 2 +- Makefile.PL | 2 +- lib/RT/Extension/WatchedQueues.pm | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index e29a6d3..acd2104 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ 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. diff --git a/META.yml b/META.yml index 96fa3dd..f7eadfd 100644 --- a/META.yml +++ b/META.yml @@ -8,4 +8,4 @@ no_index: directory: - html - inc -version: 0.01 +version: 0.02 diff --git a/Makefile.PL b/Makefile.PL index 0332de6..c27336d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ use inc::Module::Install; RTx('RT-Extension-WatchedQueues'); license('perl'); author('Emmanuel Lacour '); -version('0.01'); +version('0.02'); abstract_from('lib/RT/Extension/WatchedQueues.pm'); &WriteAll; diff --git a/lib/RT/Extension/WatchedQueues.pm b/lib/RT/Extension/WatchedQueues.pm index 7cfb831..568ee90 100644 --- a/lib/RT/Extension/WatchedQueues.pm +++ b/lib/RT/Extension/WatchedQueues.pm @@ -9,11 +9,11 @@ RT::Extension::WatchedQueues - List queues the user is a watcher of =head1 VERSION -Version 0.01 +Version 0.02 =cut -our $VERSION = '0.01'; +our $VERSION = '0.02'; =head1 SYNOPSIS -- 2.11.0