[Bps-public-commit] rt-extension-assets branch, master, updated. 1.02rc2-1-g7f581ee
Alex Vandiver
alexmv at bestpractical.com
Mon Dec 8 16:08:09 EST 2014
The branch, master has been updated
via 7f581eed02389b71d1409bf5b7d85eb16e544dc2 (commit)
from b7be1ecf768795185657e0352ad6cbd02477e582 (commit)
Summary of changes:
Changes | 3 +++
META.yml | 2 +-
lib/RT/Extension/Assets.pm | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 7f581eed02389b71d1409bf5b7d85eb16e544dc2
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Mon Dec 8 16:06:32 2014 -0500
Version 1.02 releng
diff --git a/Changes b/Changes
index ed95aba..f12e7cb 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for RT-Extension-Assets
+1.02 2014-12-08
+ - No changes since 1.02rc2
+
1.02rc2 2014-11-26
- Fix sorting of custom fields and role groups
- Jump directly to asset display page is a numberic value is searched
diff --git a/META.yml b/META.yml
index 625de5b..2bac829 100644
--- a/META.yml
+++ b/META.yml
@@ -32,6 +32,6 @@ requires:
perl: 5.10.1
resources:
license: http://opensource.org/licenses/gpl-license.php
-version: 1.02rc2
+version: '1.02'
x_module_install_rtx_version: '0.36'
x_requires_rt: 4.2.1
diff --git a/lib/RT/Extension/Assets.pm b/lib/RT/Extension/Assets.pm
index 7a21bcd..2cb865f 100644
--- a/lib/RT/Extension/Assets.pm
+++ b/lib/RT/Extension/Assets.pm
@@ -50,7 +50,7 @@ use strict;
use warnings;
package RT::Extension::Assets;
-our $VERSION = '1.02rc2';
+our $VERSION = '1.02';
# Loaded so they're available and rights are injected.
use RT::Catalog;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list