From 96e6f05227978af75d7ad02883002187ebb30b91 Mon Sep 17 00:00:00 2001 From: yevheniyJ Date: Sun, 10 Nov 2024 13:26:17 +0000 Subject: [PATCH] chore: version 1.19.2 [skip ci] --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a0c18740..bb0e8cbc 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.19.1" + compile "com.github.crowdin:crowdin-api-client-java:1.19.2" } ``` @@ -52,7 +52,7 @@ dependencies { com.github.crowdin crowdin-api-client-java - 1.19.1 + 1.19.2 ``` diff --git a/build.gradle b/build.gradle index 87b85016..949d552c 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ task myJavadocs(type: Javadoc) { } sourceCompatibility = 8 -version '1.19.1' +version '1.19.2' repositories { mavenCentral()