Skip to content

Commit

Permalink
Better error handling and increment composer version
Browse files Browse the repository at this point in the history
  • Loading branch information
rbairwell committed Feb 8, 2019
1 parent c82eb91 commit db21207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/CraftSilktideJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit db21207

Please sign in to comment.