Skip to content

Commit 7534ada

Browse files
version 1.2.2
1 parent 4cbaf34 commit 7534ada

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repositories {
2828
maven { url "https://jitpack.io" }
2929
}
3030
dependencies {
31-
compile "com.github.crowdin:crowdin-api-client-java:1.2.1"
31+
compile "com.github.crowdin:crowdin-api-client-java:1.2.2"
3232
}
3333
```
3434

@@ -44,7 +44,7 @@ dependencies {
4444
<dependency>
4545
<groupId>com.github.crowdin</groupId>
4646
<artifactId>crowdin-api-client-java</artifactId>
47-
<version>1.2.1</version>
47+
<version>1.2.2</version>
4848
</dependency>
4949
```
5050

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.2.1'
10+
version '1.2.2'
1111

1212
repositories {
1313
mavenCentral()

0 commit comments

Comments
 (0)