Skip to content

Commit

Permalink
Release 0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kyuden committed Aug 23, 2018
1 parent 69c6862 commit 31c08c1
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 @@ -7,7 +7,7 @@
<groupId>com.github.wovnio</groupId>
<artifactId>wovnjava</artifactId>
<name>wovnjava</name>
<version>0.3.8</version>
<version>0.3.9</version>
<url>https://github.com/WOVNio/wovnjava</url>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/github/wovnio/wovnjava/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import javax.xml.bind.DatatypeConverter;

class Settings {
public static final String VERSION = "0.3.8";
public static final String VERSION = "0.3.9";
static final String UrlPatternRegPath = "/([^/.?]+)";
static final String UrlPatternRegQuery = "(?:(?:\\?.*&)|\\?)wovn=([^&]+)(?:&|$)";
static final String UrlPatternRegSubdomain = "^([^.]+)\\.";
Expand Down

0 comments on commit 31c08c1

Please sign in to comment.