[Bps-public-commit] rt-extension-resetpassword branch, master, updated. 1.04-17-g940baa2
? sunnavy
sunnavy at bestpractical.com
Thu Mar 5 09:09:52 EST 2020
The branch, master has been updated
via 940baa2e88604379add8ae494cab90ac6114f92a (commit)
from 7565d8a263feae2affc3ab42f8dd94b614d957b4 (commit)
Summary of changes:
META.yml | 2 +-
lib/RT/Extension/ResetPassword.pm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 940baa2e88604379add8ae494cab90ac6114f92a
Author: sunnavy <sunnavy at bestpractical.com>
Date: Thu Mar 5 22:09:20 2020 +0800
Bump version to 1.06
diff --git a/META.yml b/META.yml
index 443af79..f14c189 100644
--- a/META.yml
+++ b/META.yml
@@ -23,6 +23,6 @@ requires:
perl: 5.8.3
resources:
license: http://opensource.org/licenses/gpl-license.php
-version: '1.05'
+version: '1.06'
x_module_install_rtx_version: '0.40'
x_requires_rt: 4.0.0
diff --git a/lib/RT/Extension/ResetPassword.pm b/lib/RT/Extension/ResetPassword.pm
index 3d36329..21fdfdf 100644
--- a/lib/RT/Extension/ResetPassword.pm
+++ b/lib/RT/Extension/ResetPassword.pm
@@ -3,7 +3,7 @@ package RT::Extension::ResetPassword;
use strict;
use warnings;
-our $VERSION = '1.05';
+our $VERSION = '1.06';
sub CreateTokenAndResetPassword {
my $user = shift;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list