From 562487e2ad3ac9cde74eabac0f43295bece739e5 Mon Sep 17 00:00:00 2001 From: Rico Simlinger Date: Tue, 29 Nov 2016 09:30:19 +0100 Subject: [PATCH] CHANGE version to 1.0.8 --- composer.json | 2 +- src/SecucardConnect/SecucardConnect.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 895da88..b65cf91 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "secucard connect PHP client SDK", "license": "Apache-2.0", "homepage": "https://github.com/secucard/secucard-connect-php-sdk", - "version": "v1.0.7", + "version": "v1.0.8", "require": { "php": ">=5.5.0", "guzzlehttp/guzzle": "~6.0", diff --git a/src/SecucardConnect/SecucardConnect.php b/src/SecucardConnect/SecucardConnect.php index 09929bd..268686f 100644 --- a/src/SecucardConnect/SecucardConnect.php +++ b/src/SecucardConnect/SecucardConnect.php @@ -77,7 +77,7 @@ final class SecucardConnect * Api version * @var string */ - const VERSION = '1.0.7'; + const VERSION = '1.0.8'; const HTTP_STATUS_CODE_OK = 200;