From b4c56b4737d4c7aeb6f544155603ec16c7361764 Mon Sep 17 00:00:00 2001 From: rbairwell Date: Fri, 8 Feb 2019 15:32:42 +0000 Subject: [PATCH] Fix --- CHANGELOG.md | 4 ++++ src/CraftSilktide.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f47faeb..7150927 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 1.0.2 - 2019.02-8 +## Fixed +Version number in composer.json + ## 1.0.1 - 2019-02-08 ## Fixed - Additional logs diff --git a/src/CraftSilktide.php b/src/CraftSilktide.php index f6872e8..7065641 100644 --- a/src/CraftSilktide.php +++ b/src/CraftSilktide.php @@ -58,7 +58,7 @@ class CraftSilktide extends Plugin * * @var string */ - public $schemaVersion = '1.0.1'; + public $schemaVersion = '1.0.2'; // Public Methods // =========================================================================