From cbea7d514f1425b2a3a195a81e28cdc3b7896818 Mon Sep 17 00:00:00 2001 From: andrii-bodnar Date: Thu, 7 Sep 2023 15:27:18 +0000 Subject: [PATCH] chore: version 1.11.3 [skip ci] --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6d768ce61..3069c23d3 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ repositories { maven { url "https://jitpack.io" } } dependencies { - compile "com.github.crowdin:crowdin-api-client-java:1.11.2" + compile "com.github.crowdin:crowdin-api-client-java:1.11.3" } ``` @@ -52,7 +52,7 @@ dependencies { com.github.crowdin crowdin-api-client-java - 1.11.2 + 1.11.3 ``` diff --git a/build.gradle b/build.gradle index 27e6ceff7..705c11271 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ task myJavadocs(type: Javadoc) { } sourceCompatibility = 8 -version '1.11.2' +version '1.11.3' repositories { mavenCentral()