From b6508f5e7c46f7a8c4b58c5edb18eabbfd964e56 Mon Sep 17 00:00:00 2001 From: Shank Date: Tue, 10 Jan 2017 10:57:01 -0800 Subject: [PATCH] update version number in composer --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6e2ed63..4a28bfa 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "PHP wrapper for interacting with the AutopilotHQ API.", "homepage": "https://github.com/finicprint/php-autopilothq", "keywords": ["picr", "autopilothq", "autopilot"], - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "authors": [ { @@ -30,4 +30,4 @@ "Tests\\": "tests/" } } -} \ No newline at end of file +}