From ac615d830910cd530cab37017e16b35962947aa1 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Thu, 26 Apr 2018 07:52:59 +0200 Subject: [PATCH] TASK: Raise version number --- Documentation/source/conf.py | 6 +++--- ext_emconf.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/source/conf.py b/Documentation/source/conf.py index aa846e0..ae0b901 100644 --- a/Documentation/source/conf.py +++ b/Documentation/source/conf.py @@ -59,9 +59,9 @@ author = u'Daniel Siepmann' # built documents. # # The short X.Y version. -version = u'0.0.1' +version = u'0.0.4' # The full version, including alpha/beta/rc tags. -release = u'0.0.1' +release = u'0.0.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -133,7 +133,7 @@ html_theme_options = { # The name for this set of Sphinx documents. # " v documentation" by default. -#html_title = u'TYPO3 Extension search_core v0.0.1' +#html_title = u'TYPO3 Extension search_core v0.0.4' # A shorter title for the navigation bar. Default is the same as html_title. #html_short_title = None diff --git a/ext_emconf.php b/ext_emconf.php index 7c3a087..b0b5e65 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -18,7 +18,7 @@ $EM_CONF[$_EXTKEY] = [ ], ], 'state' => 'beta', - 'version' => '0.0.1', + 'version' => '0.0.4', 'author' => 'Daniel Siepmann', 'author_email' => 'coding@daniel-siepmann.de', ];