From d99c84bc1a69a5e6a6a18d8d22f33056319ebd5d Mon Sep 17 00:00:00 2001 From: Sebastian Meyer Date: Thu, 16 Jul 2020 07:57:38 +0200 Subject: [PATCH 1/2] Raise version number --- Documentation/Settings.yml | 4 ++-- composer.json | 2 +- ext_emconf.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/Settings.yml b/Documentation/Settings.yml index 0b7e792ac..99d35a1e2 100644 --- a/Documentation/Settings.yml +++ b/Documentation/Settings.yml @@ -10,8 +10,8 @@ conf.py: copyright: 2017 project: Kitodo.Presentation - version: 2.2 - release: 2.2.0 + version: 2.3 + release: 2.3.0 intersphinx_mapping: t3tsref: - http://docs.typo3.org/typo3cms/TyposcriptReference/ diff --git a/composer.json b/composer.json index f6b25d962..45653c248 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ ], "license": "GPL-3.0-or-later", "type": "typo3-cms-extension", - "version": "2.2.0", + "version": "2.3.0", "require": { "typo3/cms": "^7.6", "solarium/solarium" : "^4.0" diff --git a/ext_emconf.php b/ext_emconf.php index ffaa713b9..241f03eba 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -21,7 +21,7 @@ 'uploadfolder' => TRUE, 'createDirs' => '', 'clearCacheOnLoad' => FALSE, - 'version' => '2.2.0', + 'version' => '2.3.0', 'constraints' => array ( 'depends' => array ( 'php' => '7.0.0-', From 3238af1e73ad807ed02d1356661044b077868ef8 Mon Sep 17 00:00:00 2001 From: Sebastian Meyer Date: Thu, 16 Jul 2020 09:51:20 +0200 Subject: [PATCH 2/2] Remove version from composer.json --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 45653c248..49e6191e6 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,6 @@ ], "license": "GPL-3.0-or-later", "type": "typo3-cms-extension", - "version": "2.3.0", "require": { "typo3/cms": "^7.6", "solarium/solarium" : "^4.0"