diff --git a/README.md b/README.md index 6a107a0..155d62f 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.2.2 +Version: 1.3.0 State: Beta. diff --git a/composer.json b/composer.json index 72b70a3..1e8adba 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.2.2", + "version": "1.3.0", "license": ["GPL3"], "authors": [ { diff --git a/ext_emconf.php b/ext_emconf.php index d098be5..4d10037 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.2.2', + 'version' => '1.3.0', 'state' => 'beta', 'clearcacheonload' => 0, 'author' => 'Woeler',