[Bps-public-commit] RT-Extension-TicketLocking branch, master, updated. 17aac95e931080b8b04a0eddcef1523eff3e68a6
Ruslan Zakirov
ruz at bestpractical.com
Tue Oct 8 03:12:37 EDT 2013
The branch, master has been updated
via 17aac95e931080b8b04a0eddcef1523eff3e68a6 (commit)
from 117cfa9a9c44d7484fc66bc577356a80cdcfd5cf (commit)
Summary of changes:
Changes | 5 +++++
META.yml | 2 +-
lib/RT/Extension/TicketLocking.pm | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 17aac95e931080b8b04a0eddcef1523eff3e68a6
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date: Tue Oct 8 11:11:49 2013 +0400
bump version, 0.11
diff --git a/Changes b/Changes
index c01a68a..0210d0b 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,8 @@
+0.11 2013-10-08
+
+ * update installer
+ * use ShowUser component in the message
+ * styling clean ups for MyLocks
0.10 2008-09-15
diff --git a/META.yml b/META.yml
index a908ebf..935c544 100644
--- a/META.yml
+++ b/META.yml
@@ -24,4 +24,4 @@ requires:
perl: 5.8.3
resources:
license: http://opensource.org/licenses/gpl-2.0.php
-version: 0.10
+version: 0.11
diff --git a/lib/RT/Extension/TicketLocking.pm b/lib/RT/Extension/TicketLocking.pm
index 4f460dc..3a35722 100644
--- a/lib/RT/Extension/TicketLocking.pm
+++ b/lib/RT/Extension/TicketLocking.pm
@@ -52,7 +52,7 @@ use warnings;
package RT::Extension::TicketLocking;
-our $VERSION = '0.10';
+our $VERSION = '0.11';
=head1 NAME
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list