diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 2569c343..fa1697fd 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,8 +1,8 @@ [general] -copyright = 2017 +copyright = 2018 project = T3Blog Extbase -release = 3.0.1 -version = 3.0.1 +release = 3.0.2 +version = 3.0.2 [notify] about_new_build = info@felixnagel.com diff --git a/Documentation/Settings.yml b/Documentation/Settings.yml index 33f2bbdd..1c966316 100644 --- a/Documentation/Settings.yml +++ b/Documentation/Settings.yml @@ -4,10 +4,10 @@ --- conf.py: - copyright: 2017 + copyright: 2018 project: T3Blog Extbase - version: 3.0.1 - release: 3.0.1 + version: 3.0.2 + release: 3.0.2 latex_documents: - - Index - t3extblog.tex diff --git a/ext_emconf.php b/ext_emconf.php index 8104b95c..36c6ce4d 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -22,7 +22,7 @@ 'uploadfolder' => 0, 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '3.0.2-dev', + 'version' => '3.0.2', 'constraints' => array( 'depends' => array( 'php' => '5.6.0-7.1.99',