[Bps-public-commit] rt-extension-assets-applegsx branch, master, updated. 1.0-5-gf5a26b3

Jim Brandt jbrandt at bestpractical.com
Thu Jun 30 15:16:51 EDT 2016


The branch, master has been updated
       via  f5a26b3488939666a42d8251ac16f5edda203d96 (commit)
      from  1ef452c55522aaaf77abd67fc54a6da289c9240d (commit)

Summary of changes:
 Changes                             | 5 +++++
 META.yml                            | 2 +-
 lib/RT/Extension/Assets/AppleGSX.pm | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit f5a26b3488939666a42d8251ac16f5edda203d96
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Thu Jun 30 15:17:13 2016 -0400

    Bump version

diff --git a/Changes b/Changes
index 60b7303..b56052a 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,8 @@
+1.1 2016-06-30
+
+ - Update to accomodate changes to the Apple GSX authentication
+   system and some API changes.
+
 1.0 2014-02-05
 
  - Initial release
diff --git a/META.yml b/META.yml
index 61a9b92..a8d3d66 100644
--- a/META.yml
+++ b/META.yml
@@ -30,6 +30,6 @@ requires:
   perl: 5.8.3
 resources:
   license: http://opensource.org/licenses/gpl-license.php
-version: '1.0'
+version: '1.1'
 x_module_install_rtx_version: '0.37'
 x_requires_rt: 4.0.0
diff --git a/lib/RT/Extension/Assets/AppleGSX.pm b/lib/RT/Extension/Assets/AppleGSX.pm
index 5585e4c..a8d9202 100644
--- a/lib/RT/Extension/Assets/AppleGSX.pm
+++ b/lib/RT/Extension/Assets/AppleGSX.pm
@@ -3,7 +3,7 @@ use warnings;
 package RT::Extension::Assets::AppleGSX;
 use RT::Extension::Assets::AppleGSX::Client;
 
-our $VERSION = '1.0';
+our $VERSION = '1.1';
 
 my $CLIENT;
 my $CLIENT_CACHE;

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list