diff --git a/Documentation/Index.rst b/Documentation/Index.rst index 811aa3e..5cc9fcf 100644 --- a/Documentation/Index.rst +++ b/Documentation/Index.rst @@ -27,7 +27,7 @@ beautyOfCode syntax highlighting, jquery, javascript, prism, syntaxhighlighter :Copyright: - 2019 + 2020 :Author: Felix Nagel, Thomas Juhnke diff --git a/Documentation/Settings.yml b/Documentation/Settings.yml index d866ee6..a2e9106 100644 --- a/Documentation/Settings.yml +++ b/Documentation/Settings.yml @@ -6,6 +6,6 @@ conf.py: copyright: 2020 project: beautyofcode - version: 4.1.0 - release: 4.1.0 + version: 4.2.0 + release: 4.2.0 ... diff --git a/bower.json b/bower.json index 483a14a..bafb36d 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "felixnagel/beautyofcode", - "version": "4.1.0", + "version": "4.2.0", "authors": [ "Felix Nagel " ], diff --git a/ext_emconf.php b/ext_emconf.php index f78eb72..a113dc9 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -14,7 +14,7 @@ 'title' => 'beautyOfCode Syntax Highlighter', 'description' => 'This plugin provides Java-Script based, state-of-the-art, feature rich syntax highlighting by using SyntaxHighlighter or Prism. t3editor enabled.', 'category' => 'plugin', - 'version' => '4.1.2-dev', + 'version' => '4.2.0', 'state' => 'stable', 'uploadfolder' => 0, 'modify_tables' => '',