From: Emmanuel Lacour Date: Mon, 3 Aug 2009 07:07:53 +0000 (+0200) Subject: 0.03 release: update version numbers X-Git-Tag: 0.04~7 X-Git-Url: http://git.home-dn.net/?p=manu%2FRT-Extension-MandatorySubject.git;a=commitdiff_plain;h=7c4c8448e2933fcd1b48ae1a83a5c1254bfc18fe 0.03 release: update version numbers --- diff --git a/META.yml b/META.yml index 894d668..bcba1d5 100644 --- a/META.yml +++ b/META.yml @@ -8,4 +8,4 @@ no_index: directory: - html - inc -version: 0.02 +version: 0.03 diff --git a/Makefile.PL b/Makefile.PL index 6721ad7..9fe464b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ use inc::Module::Install; RTx('RT-Extension-MandatorySubject'); license('perl'); author('Emmanuel Lacour '); -version('0.02'); +version('0.03'); abstract_from('lib/RT/Extension/MandatorySubject.pm'); &WriteAll; diff --git a/lib/RT/Extension/MandatorySubject.pm b/lib/RT/Extension/MandatorySubject.pm index 4a5bbea..844e937 100644 --- a/lib/RT/Extension/MandatorySubject.pm +++ b/lib/RT/Extension/MandatorySubject.pm @@ -9,11 +9,11 @@ RT::Extension::MandatorySubject - Enforce users to fill the subject when creatin =head1 VERSION -Version 0.02 +Version 0.03 =cut -our $VERSION = '0.02'; +our $VERSION = '0.03'; =head1 SYNOPSIS