From 071dac62ca423e2e6dc6c8d9a2a9db70237aa18d Mon Sep 17 00:00:00 2001
From: Kevin Ditscheid <kevin.ditscheid@sgalinski.de>
Date: Fri, 25 May 2018 16:56:19 +0200
Subject: [PATCH] [TASK] Release version 5.0.3

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

diff --git a/composer.json b/composer.json
index 480f5e4..f4e7502 100644
--- a/composer.json
+++ b/composer.json
@@ -4,7 +4,7 @@
 	"description": "TinyMCE sources including a small PHP API",
 	"homepage": "https://www.sgalinski.de",
 	"license": "GPL-2.0-or-later",
-	"version": "5.0.2",
+	"version": "5.0.3",
 	"support": {
 		"issues": "https://gitlab.sgalinski.de/typo3/tinymce/issues"
 	},
diff --git a/ext_emconf.php b/ext_emconf.php
index 2b8f178..0e6f2a5 100644
--- a/ext_emconf.php
+++ b/ext_emconf.php
@@ -4,7 +4,7 @@ $EM_CONF[$_EXTKEY] = [
 	'title' => 'tinyMCE',
 	'description' => 'TinyMCE sources including a small PHP API',
 	'category' => 'misc',
-	'version' => '5.0.2',
+	'version' => '5.0.3',
 	'state' => 'stable',
 	'uploadfolder' => FALSE,
 	'createDirs' => '',
-- 
GitLab