From 7534ada225ed6aa4e39cbdc617aa27253c7aa595 Mon Sep 17 00:00:00 2001 From: fromBetelgeuse Date: Wed, 3 Jun 2020 17:00:03 +0300 Subject: [PATCH] version 1.2.2 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 11e7ae3e9..acb96541c 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.1" + compile "com.github.crowdin:crowdin-api-client-java:1.2.2" } ``` @@ -44,7 +44,7 @@ dependencies { com.github.crowdin crowdin-api-client-java - 1.2.1 + 1.2.2 ``` diff --git a/build.gradle b/build.gradle index 924a25663..431e64d78 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { } sourceCompatibility = 8 -version '1.2.1' +version '1.2.2' repositories { mavenCentral()