diff --git a/Build/package.json b/Build/package.json index 55c8cdf8d..fded2c2e2 100644 --- a/Build/package.json +++ b/Build/package.json @@ -5,7 +5,7 @@ "readme": "../README.rst", "homepage": "http://www.bk2k.info", "author": "Benjamin Kott", - "version": "12.0.9", + "version": "12.0.10", "license": "MIT", "devDependencies": { "@popperjs/core": "^2.11.5", diff --git a/CHANGELOG.md b/CHANGELOG.md index 7219b28a5..65e4fdb2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 12.0.10 + +## BUGFIX + +- 55483400 [BUGFIX] Make IconWizard compatible with v11 + +## Contributors + +- Benjamin Kott + # 12.0.9 ## TASK diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index cb323d2c0..276384085 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,8 +1,8 @@ # coding: utf-8 [general] project = Bootstrap Package -version = 12.0.9 -release = 12.0.9 +version = 12.0.10 +release = 12.0.10 copyright = since 2014 by Benjamin Kott [html_theme_options] diff --git a/ext_emconf.php b/ext_emconf.php index 0c6bb63c0..ac30f846e 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -37,5 +37,5 @@ 'author' => 'Benjamin Kott', 'author_email' => 'info@bk2k.info', 'author_company' => 'private', - 'version' => '12.0.9', + 'version' => '12.0.10', ];