[Bps-public-commit] rt-extension-rest2 branch, master, updated. 80d5c58dd8f17fa99e29f2a08ce9a716c9710ab9
Shawn Moore
shawn at bestpractical.com
Thu Jul 20 10:30:42 EDT 2017
The branch, master has been updated
via 80d5c58dd8f17fa99e29f2a08ce9a716c9710ab9 (commit)
from 6098d82dad1d1cc31114784526a2e7acde94080b (commit)
Summary of changes:
META.yml | 2 +-
lib/RT/Extension/REST2.pm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 80d5c58dd8f17fa99e29f2a08ce9a716c9710ab9
Author: Shawn M Moore <shawn at bestpractical.com>
Date: Thu Jul 20 14:30:15 2017 +0000
Bump version to 1.00 to correspond with public beta
diff --git a/META.yml b/META.yml
index dfcb67e..834efba 100644
--- a/META.yml
+++ b/META.yml
@@ -42,6 +42,6 @@ requires:
perl: 5.10.1
resources:
license: http://opensource.org/licenses/gpl-license.php
-version: 0.10
+version: 1.00
x_module_install_rtx_version: 0.39
x_requires_rt: 4.2.4
diff --git a/lib/RT/Extension/REST2.pm b/lib/RT/Extension/REST2.pm
index 7899bdb..0faa829 100644
--- a/lib/RT/Extension/REST2.pm
+++ b/lib/RT/Extension/REST2.pm
@@ -4,7 +4,7 @@ use 5.010001;
package RT::Extension::REST2;
-our $VERSION = '0.10';
+our $VERSION = '1.00';
our $REST_PATH = '/REST/2.0';
use Plack::Builder;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list