From 5d93d29c4a803e3e94b68bd82889d570bc3f1f84 Mon Sep 17 00:00:00 2001 From: fromBetelgeuse Date: Tue, 2 Jun 2020 16:24:19 +0300 Subject: [PATCH] version 1.2.1 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cdc494a68..11e7ae3e9 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ repositories { maven { url "https://jitpack.io" } } dependencies { - compile "com.github.crowdin:crowdin-api-client-java:1.2.0" + compile "com.github.crowdin:crowdin-api-client-java:1.2.1" } ``` @@ -44,7 +44,7 @@ dependencies { com.github.crowdin crowdin-api-client-java - 1.2.0 + 1.2.1 ``` diff --git a/build.gradle b/build.gradle index 0ee9ced53..924a25663 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { } sourceCompatibility = 8 -version '1.2.0' +version '1.2.1' repositories { mavenCentral()