From 859ee9fbe3397388b2e7753e81a20518c313d19b Mon Sep 17 00:00:00 2001 From: Jurian Janssen Date: Wed, 9 Aug 2017 12:13:50 +0200 Subject: [PATCH] Incremented version to 1.3.3 --- README.md | 2 +- composer.json | 1 - ext_emconf.php | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ef05c7c..bb65f45 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ EXT:mautic ![Travis](https://travis-ci.org/mautic/mautic-typo3.svg?branch=master Welcome to the official TYPO3 extension for Mautic! -Version: 1.3.2 +Version: 1.3.3 State: Beta. diff --git a/composer.json b/composer.json index 5b31e6a..3c6f417 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,6 @@ "type": "typo3-cms-extension", "description": "An extension to sync forms between TYPO3 and Mautic", "homepage": "https://github.com/mautic/mautic-typo3", - "version": "1.3.2", "license": ["GPL3"], "authors": [ { diff --git a/ext_emconf.php b/ext_emconf.php index 8c174df..e38b177 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -19,7 +19,7 @@ 'title' => 'Mautic', 'description' => 'An extension to sync forms between TYPO3 and Mautic', 'category' => 'be', - 'version' => '1.3.2', + 'version' => '1.3.3', 'state' => 'beta', 'clearcacheonload' => 0, 'author' => 'Woeler',