Skip to content

Commit 8ec8689

Browse files
committed
1.4.0
1 parent ab21cad commit 8ec8689

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.3.0
8+
VERSION_NAME=1.4.0
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.3.0";
25+
private static final String PLATFORM_VERSION = "1.4.0";
2626

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

0 commit comments

Comments
 (0)