From 6799340bf05238e49326d596bb413c6d18a71227 Mon Sep 17 00:00:00 2001 From: yevheniyJ Date: Sat, 12 Oct 2024 15:13:19 +0000 Subject: [PATCH] chore: version 1.18.1 [skip ci] --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fb401fe3..d5875cb0 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.18.0" + compile "com.github.crowdin:crowdin-api-client-java:1.18.1" } ``` @@ -52,7 +52,7 @@ dependencies { com.github.crowdin crowdin-api-client-java - 1.18.0 + 1.18.1 ``` diff --git a/build.gradle b/build.gradle index 704ab364..12fcf2d1 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ task myJavadocs(type: Javadoc) { } sourceCompatibility = 8 -version '1.18.0' +version '1.18.1' repositories { mavenCentral()