[Bps-public-commit] rt-extension-customfield-checkbox branch, master, updated. d736ce37950a965b50a3b7ff61aaa5de03d75d13
Kevin Falcone
falcone at bestpractical.com
Wed Feb 19 17:17:30 EST 2014
The branch, master has been updated
via d736ce37950a965b50a3b7ff61aaa5de03d75d13 (commit)
from 91e43f40d394aa9279c2d46eea4753f748c606af (commit)
Summary of changes:
META.yml | 2 +-
lib/RT/Extension/CustomField/Checkbox.pm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit d736ce37950a965b50a3b7ff61aaa5de03d75d13
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Wed Feb 19 17:16:18 2014 -0500
release 0.04
diff --git a/META.yml b/META.yml
index 75e928b..4510ad4 100644
--- a/META.yml
+++ b/META.yml
@@ -22,4 +22,4 @@ requires:
perl: 5.8.3
resources:
license: http://dev.perl.org/licenses/
-version: 0.05
+version: 0.04
diff --git a/lib/RT/Extension/CustomField/Checkbox.pm b/lib/RT/Extension/CustomField/Checkbox.pm
index cf1d087..7dc0d93 100644
--- a/lib/RT/Extension/CustomField/Checkbox.pm
+++ b/lib/RT/Extension/CustomField/Checkbox.pm
@@ -4,7 +4,7 @@ use 5.008003;
use strict;
use warnings;
-our $VERSION = '0.05';
+our $VERSION = '0.04';
=head1 NAME
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list