Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davc0n committed Apr 12, 2023
1 parent 8d6b2b6 commit 10b27f4
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.1.0
VERSION_NAME=1.2.0

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 @@ -25,7 +25,7 @@
public class ModernMT {

private static final String PLATFORM = "modernmt-java";
private static final String PLATFORM_VERSION = "1.1.0";
private static final String PLATFORM_VERSION = "1.2.0";

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

0 comments on commit 10b27f4

Please sign in to comment.