[Bps-public-commit] rt-extension-assets branch, 1.0-trunk, updated. 9dd304f479a859d5f120ba53a4a882d664914a72
Alex Vandiver
alexmv at bestpractical.com
Mon Jan 27 17:20:29 EST 2014
The branch, 1.0-trunk has been updated
via 9dd304f479a859d5f120ba53a4a882d664914a72 (commit)
from 0e86af3db0db0d8adfbaaf3517ae58d71fd09d14 (commit)
Summary of changes:
META.yml | 2 +-
lib/RT/Extension/Assets.pm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 9dd304f479a859d5f120ba53a4a882d664914a72
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Mon Jan 27 17:20:18 2014 -0500
Version bump for 1.0rc1
diff --git a/META.yml b/META.yml
index 7c546b7..54baa9e 100644
--- a/META.yml
+++ b/META.yml
@@ -32,4 +32,4 @@ requires:
perl: 5.10.1
resources:
license: http://opensource.org/licenses/gpl-license.php
-version: 0.90
+version: 1.0rc1
diff --git a/lib/RT/Extension/Assets.pm b/lib/RT/Extension/Assets.pm
index a2dbc12..34485db 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 = '0.90';
+our $VERSION = '1.0rc1';
# Loaded so they're available and rights are injected.
use RT::Catalog;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list