Skip to content

Commit

Permalink
v1.3.1: fill correct version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tagomoris committed Feb 15, 2016
1 parent 4c7303b commit 478c6d8
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 @@ -6,7 +6,7 @@

<groupId>is.tagomor.woothee</groupId>
<artifactId>woothee-java</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
<name>woothee-java</name>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/is/tagomor/woothee/Classifier.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import is.tagomor.woothee.DataSet;

public final class Classifier {
public static String VERSION = "1.0.0";
public static String VERSION = "1.3.1";

public static Map<String,String> parse(final String useragent) {
return fillResult(execParse(useragent));
Expand Down

0 comments on commit 478c6d8

Please sign in to comment.