Skip to content

Commit

Permalink
1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
davc0n committed May 30, 2024
1 parent f678661 commit f8175a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RELEASE_SIGNING_ENABLED=true

GROUP=com.modernmt
POM_ARTIFACT_ID=modernmt-java
VERSION_NAME=1.5.2
VERSION_NAME=1.5.3

POM_NAME=ModernMT
POM_DESCRIPTION=ModernMT API wrapper
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/modernmt/ModernMT.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
public class ModernMT {

private static final String PLATFORM = "modernmt-java";
private static final String PLATFORM_VERSION = "1.5.2";
private static final String PLATFORM_VERSION = "1.5.3";

private final HttpClient httpClient;
public final MemoryServices memories;
Expand Down

0 comments on commit f8175a0

Please sign in to comment.