Skip to content

Commit

Permalink
Update version number to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Gassen committed May 24, 2016
1 parent e31ac5a commit f324560
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Add the following lines to the dependencies in your `pom.xml`
<dependency>
<groupId>de.codecentric.centerdevice</groupId>
<artifactId>centerdevice-nsmenufx</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</dependency>

## Usage Examples
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.codecentric.centerdevice</groupId>
<artifactId>centerdevice-nsmenufx</artifactId>
<name>CenterDevice NSMenuFX</name>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.1</version>
<packaging>bundle</packaging>
<description>NSMenuFX is a simple library allowing to access and modify the menu items that are generated by default for OS X applications</description>
<url>https://github.com/codecentric/NSMenuFX</url>
Expand Down

0 comments on commit f324560

Please sign in to comment.