Skip to content

Commit

Permalink
Version 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alvanson committed Jul 30, 2016
1 parent 153c3f5 commit 384f8f0
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>com.github.alvanson.xltsearch</groupId>
<artifactId>xltsearch</artifactId>
<packaging>jar</packaging>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<name>xltsearch</name>
<url>http://maven.apache.org</url>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/github/alvanson/xltsearch/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
import javafx.collections.FXCollections;

class Config {
public static final String XLT_VERSION = "0.0.1-SNAPSHOT";
public static final String XLT_VERSION = "0.0.1";

public static final long INDEX_UPDATE_FAILED = -1;
public static final long INDEX_NEVER_CREATED = -2;
Expand Down

0 comments on commit 384f8f0

Please sign in to comment.