From db21207f3c8a770ff8993c9fe2890bcbe6bd5c82 Mon Sep 17 00:00:00 2001 From: rbairwell Date: Fri, 8 Feb 2019 16:55:50 +0000 Subject: [PATCH] Better error handling and increment composer version --- composer.json | 2 +- src/CraftSilktideJob.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 73165a3..1548c68 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "silktide/craft-silktide", "description": "Integrate Silktide with Craft", - "version" : "1.0.3", + "version" : "1.0.4", "type": "craft-plugin", "keywords": [ "craft", diff --git a/src/CraftSilktideJob.php b/src/CraftSilktideJob.php index 87fbf78..6d4decd 100644 --- a/src/CraftSilktideJob.php +++ b/src/CraftSilktideJob.php @@ -26,7 +26,7 @@ class CraftSilktideJob extends BaseJob { const SILKTIDE_API_URL = 'https://api.silktide.com/cms/update'; - + /** * @var string The API key we are using. */