From c4ab4d2b65bca6bbbacdf55690fd8d660dc7118c Mon Sep 17 00:00:00 2001 From: Baptiste GAILLARD Date: Thu, 7 Jul 2016 07:57:51 +0200 Subject: [PATCH] Prepare version 1.6.1. --- composer.json | 2 +- composer.lock | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index ce9b23c..a631180 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name" : "gomoob/php-pushwoosh", "description" : "A PHP Library to easily send push notifications with the Pushwoosh REST Web Services.", - "version" : "1.6.0", + "version" : "1.6.1", "license" : "MIT", "type" : "library", "keywords" : [ diff --git a/composer.lock b/composer.lock index feaf266..c64fdbf 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "b921519463ec66940df011490b013dcf", - "content-hash": "3b959b8a375b37145893172adab0fe47", + "hash": "2004284294048101484ae27a2bb61066", + "content-hash": "da9133a3bfd8606db4263ef49f6d5e21", "packages": [], "packages-dev": [ { diff --git a/package.json b/package.json index 4b51bb1..5dd9d02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gomoob-php-pushwoosh", - "version": "1.6.0", + "version": "1.6.1", "license": "MIT", "repository" : { "type" : "git",