From 7c4c8448e2933fcd1b48ae1a83a5c1254bfc18fe Mon Sep 17 00:00:00 2001 From: Emmanuel Lacour Date: Mon, 3 Aug 2009 09:07:53 +0200 Subject: [PATCH] 0.03 release: update version numbers --- META.yml | 2 +- Makefile.PL | 2 +- lib/RT/Extension/MandatorySubject.pm | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.11.0