From 6070b8534398b8836fd81ea7febd98f5d62222e8 Mon Sep 17 00:00:00 2001 From: Jurian Janssen Date: Wed, 9 Aug 2017 12:12:17 +0200 Subject: [PATCH] Incremented version to 1.3.2 --- README.md | 2 +- composer.json | 2 +- ext_emconf.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1926fd7..ef05c7c 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.1 +Version: 1.3.2 State: Beta. diff --git a/composer.json b/composer.json index adba1c4..5b31e6a 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "typo3-cms-extension", "description": "An extension to sync forms between TYPO3 and Mautic", "homepage": "https://github.com/mautic/mautic-typo3", - "version": "1.3.1", + "version": "1.3.2", "license": ["GPL3"], "authors": [ { diff --git a/ext_emconf.php b/ext_emconf.php index 0fa60f5..8c174df 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.1', + 'version' => '1.3.2', 'state' => 'beta', 'clearcacheonload' => 0, 'author' => 'Woeler',