diff --git a/build.gradle b/build.gradle
index cd70166..6f91d6d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -98,6 +98,7 @@ jar {
                 'Bundle-Name'           : project.name,
                 'Bundle-License'        : 'https://www.apache.org/licenses/LICENSE-2.0;description=Apache License Version 2.0;link=https://spdx.org/licenses/Apache-2.0.html',
                 'Bundle-Description'    : project.description,
+                'Bundle-Version'        : project.version,
                 'Bundle-SymbolicName'   : 'eu.hansolo.tilesfx',
                 'Export-Package'        : 'eu.hansolo.tilesfx, eu.hansolo.tilesfx.chart, eu.hansolo.tilesfx.colors, eu.hansolo.tilesfx.events, eu.hansolo.tilesfx.fonts, eu.hansolo.tilesfx.icons, eu.hansolo.tilesfx.skins,eu.hansolo.tilesfx.tools',
                 'Class-Path'            : "${project.name}-${project.version}.jar",
diff --git a/gradle.properties b/gradle.properties
index b01b93c..ab26217 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -20,5 +20,5 @@ sourceCompatibility = 21
 targetCompatibility = 21
 
 group               = eu.hansolo
-version             = 21.0.7
+version             = 21.0.9
 javafxVersion       = 21.0.4