We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f9f6a1 commit 13f12d9Copy full SHA for 13f12d9
README.md
@@ -36,7 +36,7 @@ repositories {
36
maven { url "https://jitpack.io" }
37
}
38
dependencies {
39
- compile "com.github.crowdin:crowdin-api-client-java:1.19.5"
+ compile "com.github.crowdin:crowdin-api-client-java:1.20.0"
40
41
```
42
@@ -52,7 +52,7 @@ dependencies {
52
<dependency>
53
<groupId>com.github.crowdin</groupId>
54
<artifactId>crowdin-api-client-java</artifactId>
55
- <version>1.19.5</version>
+ <version>1.20.0</version>
56
</dependency>
57
58
build.gradle
@@ -15,7 +15,7 @@ task myJavadocs(type: Javadoc) {
15
16
17
sourceCompatibility = 8
18
-version '1.19.5'
+version '1.20.0'
19
20
repositories {
21
mavenCentral()
0 commit comments