diff --git a/README.md b/README.md
index e44b31e..e2f298f 100644
--- a/README.md
+++ b/README.md
@@ -119,14 +119,14 @@ Add the following lines to the dependencies in your `pom.xml`
de.jangassen
nsmenufx
- 3.0.1
+ 3.0.2
```
## Gradle
Add the following line to the dependencies in your `build.gradle`
- compile "de.jangassen:nsmenufx:3.0.1"
+ compile "de.jangassen:nsmenufx:3.0.2"
## Migrating from 2.1
diff --git a/pom.xml b/pom.xml
index dea640c..8550a65 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
de.jangassen
nsmenufx
NSMenuFX
- 3.0.1
+ 3.0.2
jar
NSMenuFX is a simple library allowing to access and modify the menu items that are generated by default
for OS X applications