We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f678661 commit f8175a0Copy full SHA for f8175a0
gradle.properties
@@ -5,7 +5,7 @@ RELEASE_SIGNING_ENABLED=true
5
6
GROUP=com.modernmt
7
POM_ARTIFACT_ID=modernmt-java
8
-VERSION_NAME=1.5.2
+VERSION_NAME=1.5.3
9
10
POM_NAME=ModernMT
11
POM_DESCRIPTION=ModernMT API wrapper
src/main/java/com/modernmt/ModernMT.java
@@ -22,7 +22,7 @@
22
public class ModernMT {
23
24
private static final String PLATFORM = "modernmt-java";
25
- private static final String PLATFORM_VERSION = "1.5.2";
+ private static final String PLATFORM_VERSION = "1.5.3";
26
27
private final HttpClient httpClient;
28
public final MemoryServices memories;
0 commit comments