Skip to content

Commit c1a3a63

Browse files
committed
1.0.6
1 parent fbccaf7 commit c1a3a63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RELEASE_SIGNING_ENABLED=true
55

66
GROUP=com.modernmt
77
POM_ARTIFACT_ID=modernmt-java
8-
VERSION_NAME=1.0.5
8+
VERSION_NAME=1.0.6
99

1010
POM_NAME=ModernMT
1111
POM_DESCRIPTION=ModernMT API wrapper

src/main/java/com/modernmt/ModernMT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public ModernMT(String apiKey, String platform, String platformVersion) {
2828
}
2929

3030
public ModernMT(String apiKey, String platform) {
31-
this(apiKey, platform, "1.0.5");
31+
this(apiKey, platform, "1.0.6");
3232
}
3333

3434
public ModernMT(String apiKey) {

0 commit comments

Comments
 (0)