diff --git a/composer.json b/composer.json index a04577b..dad1af6 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "GPL-2.0+" ], "type": "typo3-cms-extension", - "version": "v11.0.7", + "version": "v11.0.8-alpha.0", "authors": [ { "name": "J. Peter M. Schuler", diff --git a/ext_emconf.php b/ext_emconf.php index 8e97aca..a116a17 100755 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -33,7 +33,7 @@ 'title' => 'TemplaVoilà! Plus: Content Slide', 'description' => 'This extension allows you to inherit the content of a TemplaVoilaPlus content element column to its child pages - Adaption of EXT:kb_tv_cont_slide to work with templavoilaplus', 'category' => 'plugin', - 'version' => '11.0.7', + 'version' => '11.0.8-alpha.0', 'state' => 'stable', 'author' => 'Schuler, J. Peter M.', 'author_email' => 'j.peter.m.schuler@uni-due.de', diff --git a/package.json b/package.json index bf3e513..62efaa5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tvplus-contentslide", "description": "This extension allows you to inherit the content of a TemplaVoilaPlus content element column to its child pages - Adaption of EXT:kb_tv_cont_slide to work with templavoilaplus", - "version": "11.0.7", + "version": "11.0.8-alpha.0", "author": "j.peter.m.schuler@uni-due.de", "devDependencies": { "minimist": "^1.2.6",