From 1b8a0735d3e59cfd11d3c6046c7b432d791c9f9c Mon Sep 17 00:00:00 2001
From: Paul Ilea <paul@sgalinski.de>
Date: Fri, 7 Jul 2017 15:34:37 +0300
Subject: [PATCH] [TASK] Release Version 3.9.3

---
 composer.json  | 2 +-
 ext_emconf.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/composer.json b/composer.json
index e978b8c..f57032b 100644
--- a/composer.json
+++ b/composer.json
@@ -6,7 +6,7 @@
 	"license": [
 		"GPL-2.0+"
 	],
-	"version": "3.9.2",
+	"version": "3.9.3",
 	"support": {
 	},
 	"repositories": [
diff --git a/ext_emconf.php b/ext_emconf.php
index f8d4755..c7789e6 100644
--- a/ext_emconf.php
+++ b/ext_emconf.php
@@ -19,7 +19,7 @@ $EM_CONF[$_EXTKEY] = [
 	'modify_tables' => '',
 	'clearCacheOnLoad' => 0,
 	'lockType' => '',
-	'version' => '3.9.2',
+	'version' => '3.9.3',
 	'constraints' => [
 		'depends' => [
 			'typo3' => '7.6.0-8.7.99',
-- 
GitLab