Skip to content

Commit 3403a90

Browse files
Brian OlsenBrian Olsen
authored andcommitted
Update to version 0.11.1
1 parent fd6f86f commit 3403a90

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.brianolsen87</groupId>
66
<artifactId>text-instructions</artifactId>
7-
<version>0.11.1-SNAPSHOT</version>
7+
<version>0.11.1</version>
88
<packaging>jar</packaging>
99

1010
<name>OSRM Text Instructions - Java J2V8 Wrapper</name>

src/main/java/us/brianolsen/instructions/OSRMTextInstructions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class OSRMTextInstructions implements Closeable {
1818
protected static final String DEFAULT_VERSION = "v5";
1919
protected static final String DEFAULT_LANGUAGE = "en";
2020
protected static final String MODULE_NAME = "osrm-text-instructions";
21-
protected static final String MODULE_VERSION = "0.11.0";
21+
protected static final String MODULE_VERSION = "0.11.1";
2222
protected static final Gson gson = new Gson();
2323

2424
private NodeJS nodeJS;

0 commit comments

Comments
 (0)