[Bps-public-commit] rt-extension-manageautocreatedusers branch, master, updated. 0.02-3-g9ed39ed

Wallace Reis wreis at bestpractical.com
Mon May 19 08:26:55 EDT 2014


The branch, master has been updated
       via  9ed39eddf5e86023499cb6deb6f9657980097665 (commit)
      from  0d4960fb37bd0b300dafc5e1f82a24b40d177a58 (commit)

Summary of changes:
 Changes                                    | 3 +++
 lib/RT/Extension/ManageAutoCreatedUsers.pm | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 9ed39eddf5e86023499cb6deb6f9657980097665
Author: Wallace Reis <wreis at bestpractical.com>
Date:   Mon May 19 09:22:56 2014 -0300

    Update changelog and bump version

diff --git a/Changes b/Changes
index ff29976..8dd386e 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for RT-Extension-ManageAutoCreatedUsers
 
+0.03     2014-05-19
+ - Typo (PR #1)
+
 0.02     2014-05-07
  - Implement shred action
  - Auto-promote merge-into input placeholder to value
diff --git a/lib/RT/Extension/ManageAutoCreatedUsers.pm b/lib/RT/Extension/ManageAutoCreatedUsers.pm
index 3380496..952366f 100644
--- a/lib/RT/Extension/ManageAutoCreatedUsers.pm
+++ b/lib/RT/Extension/ManageAutoCreatedUsers.pm
@@ -6,7 +6,7 @@ use RT::Extension::MergeUsers;
 use Scalar::Util 'blessed';
 use Module::Runtime 'use_module';
 
-our $VERSION = '0.02';
+our $VERSION = '0.03';
 
 RT->AddJavaScript('manage-autocreated-users.js');
 

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list