From cd7a4a717bcccdb14f8631e0f914d2af0b50ec96 Mon Sep 17 00:00:00 2001 From: Matt West Date: Wed, 22 Aug 2018 08:16:24 +0100 Subject: [PATCH] Bumped version number. --- .craftplugin | 2 +- README.md | 2 +- composer.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.craftplugin b/.craftplugin index ce3fb0d..edc3216 100644 --- a/.craftplugin +++ b/.craftplugin @@ -1,7 +1,7 @@ { "pluginName": "Craft reCAPTCHA", "pluginDescription": "Integrate Google’s reCAPTCHA into your forms.", - "pluginVersion": "1.0.1", + "pluginVersion": "1.1.0", "pluginAuthorName": "Matt West", "pluginVendorName": "mattwest", "pluginAuthorUrl": "https://mattwest.io", diff --git a/README.md b/README.md index 0a39e22..2e0514e 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,6 @@ You can also create the reCAPTCHA element yourself using the `sitekey` template ``` - +--- Brought to you by [Matt West](https://mattwest.io) diff --git a/composer.json b/composer.json index 2ba0dfd..a45192b 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "matt-west/craft-recaptcha", "description": "Integrate Google’s reCAPTCHA into your forms.", "type": "craft-plugin", - "version": "1.0.1", + "version": "1.1.0", "keywords": [ "craft", "cms",