From 6dab00e96dbdcc309e6c14405ee953b8d6cf55cc Mon Sep 17 00:00:00 2001 From: Jan Gassen Date: Mon, 14 Dec 2020 20:23:21 +0100 Subject: [PATCH] Update version to 3.0.2 --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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