Skip to content

Commit

Permalink
new version 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
b0n541 committed Sep 10, 2014
1 parent 09449a7 commit 9b97423
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jskat-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jskat</groupId>
<artifactId>jskat-multimodule</artifactId>
<version>0.14.0</version>
<version>0.14.1</version>
</parent>

<artifactId>jskat-base</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jskat-swing-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jskat</groupId>
<artifactId>jskat-multimodule</artifactId>
<version>0.14.0</version>
<version>0.14.1</version>
</parent>

<name>JSkat</name>
Expand Down
2 changes: 1 addition & 1 deletion jskat-swing-gui/src/main/java/org/jskat/JSkat.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public final class JSkat {

private static final Logger LOG = LoggerFactory.getLogger(JSkat.class);

private static final String VERSION = "0.14.0"; //$NON-NLS-1$
private static final String VERSION = "0.14.1"; //$NON-NLS-1$

/**
* Main method
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<groupId>org.jskat</groupId>
<artifactId>jskat-multimodule</artifactId>
<version>0.14.0</version>
<version>0.14.1</version>
<name>Multi module for JSkat</name>
<packaging>pom</packaging>

Expand Down

0 comments on commit 9b97423

Please sign in to comment.