From 6e0c4565aa2c2288af698f3bd890debf6deceb3c Mon Sep 17 00:00:00 2001 From: Ryan Masuga Date: Thu, 10 May 2018 16:16:09 -0400 Subject: [PATCH] Update version to 1.0.3 --- .craftplugin | 2 +- CHANGELOG.md | 3 +++ composer.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.craftplugin b/.craftplugin index a00d1bb..31d7212 100644 --- a/.craftplugin +++ b/.craftplugin @@ -1 +1 @@ -{"pluginName":"S3 Sync","pluginDescription":"Create Assets in Craft when a file is uploaded directly to S3","pluginVersion":"1.0.2","pluginAuthorName":"Masuga Design","pluginVendorName":"masugadesign","pluginAuthorUrl":"https://gomasuga.com","pluginAuthorGithub":"masugadesign","codeComments":"","pluginComponents":["controllers","models","records","services","utilities"],"consolecommandName":"","controllerName":"","cpsectionName":"","elementName":"","fieldName":"","modelName":"","purchasableName":"","recordName":"","serviceName":"","taskName":"","utilityName":"","widgetName":"","apiVersion":"api_version_3_0"} \ No newline at end of file +{"pluginName":"S3 Sync","pluginDescription":"Create Assets in Craft when a file is uploaded directly to S3","pluginVersion":"1.0.3","pluginAuthorName":"Masuga Design","pluginVendorName":"masugadesign","pluginAuthorUrl":"https://gomasuga.com","pluginAuthorGithub":"masugadesign","codeComments":"","pluginComponents":["controllers","models","records","services","utilities"],"consolecommandName":"","controllerName":"","cpsectionName":"","elementName":"","fieldName":"","modelName":"","purchasableName":"","recordName":"","serviceName":"","taskName":"","utilityName":"","widgetName":"","apiVersion":"api_version_3_0"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d25491..af8cad2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ 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.3 - 2018-05-10 +- Rock and roll + ## 1.0.2 - 2018-05-10 - Changed even more references to masugadesign diff --git a/composer.json b/composer.json index 2b1fb7d..0932a2e 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "masugadesign/craft-s3-sync", "description": "Create Assets in Craft when a file is uploaded directly to S3", "type": "craft-plugin", - "version": "1.0.2", + "version": "1.0.3", "keywords": [ "craft", "cms",