Skip to content

Commit cb2a772

Browse files
Version 1.3.12
1 parent 090840f commit cb2a772

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repositories {
3030
maven { url "https://jitpack.io" }
3131
}
3232
dependencies {
33-
compile "com.github.crowdin:crowdin-api-client-java:1.3.11"
33+
compile "com.github.crowdin:crowdin-api-client-java:1.3.12"
3434
}
3535
```
3636

@@ -46,7 +46,7 @@ dependencies {
4646
<dependency>
4747
<groupId>com.github.crowdin</groupId>
4848
<artifactId>crowdin-api-client-java</artifactId>
49-
<version>1.3.11</version>
49+
<version>1.3.12</version>
5050
</dependency>
5151
```
5252

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
sourceCompatibility = 8
10-
version '1.3.11'
10+
version '1.3.12'
1111

1212
repositories {
1313
mavenCentral()

0 commit comments

Comments
 (0)