Skip to content

Commit f8175a0

Browse files
committed
1.5.3
1 parent f678661 commit f8175a0

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.5.2
8+
VERSION_NAME=1.5.3
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
@@ -22,7 +22,7 @@
2222
public class ModernMT {
2323

2424
private static final String PLATFORM = "modernmt-java";
25-
private static final String PLATFORM_VERSION = "1.5.2";
25+
private static final String PLATFORM_VERSION = "1.5.3";
2626

2727
private final HttpClient httpClient;
2828
public final MemoryServices memories;

0 commit comments

Comments
 (0)