Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
roikku committed Jan 18, 2016
1 parent 3bb5e2f commit ec1e422
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.swiftexplorer</groupId>
<artifactId>SwiftExplorer</artifactId>
<version>1.0.8</version>
<version>1.0.9-SNAPSHOT</version>
<packaging>jar</packaging>

<name>SwiftExplorer</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/swiftexplorer/config/Configuration.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public enum Configuration implements HasConfiguration {
private final String defaultXmlPath ;

private final String appName = "Swift Explorer" ;
private final String appVersion = "1.0.8" ;
private final String appVersion = "1.0.9-SNAPSHOT" ;

@Override
public String getAppName ()
Expand Down

0 comments on commit ec1e422

Please sign in to comment.