Skip to content

Commit

Permalink
Update version to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4a616e committed Dec 14, 2020
1 parent eaef013 commit 6dab00e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,14 @@ Add the following lines to the dependencies in your `pom.xml`
<dependency>
<groupId>de.jangassen</groupId>
<artifactId>nsmenufx</artifactId>
<version>3.0.1</version>
<version>3.0.2</version>
</dependency>
```
## 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

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>de.jangassen</groupId>
<artifactId>nsmenufx</artifactId>
<name>NSMenuFX</name>
<version>3.0.1</version>
<version>3.0.2</version>
<packaging>jar</packaging>
<description>NSMenuFX is a simple library allowing to access and modify the menu items that are generated by default
for OS X applications
Expand Down

0 comments on commit 6dab00e

Please sign in to comment.