Skip to content

Commit 6b0b2d7

Browse files
committed
version 1.1.4
1 parent 3d48d3f commit 6b0b2d7

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
@@ -28,7 +28,7 @@ repositories {
2828
maven { url "https://jitpack.io" }
2929
}
3030
dependencies {
31-
compile "com.github.crowdin:crowdin-api-client-java:1.1.3"
31+
compile "com.github.crowdin:crowdin-api-client-java:1.1.4"
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.1.3</version>
47+
<version>1.1.4</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.1.3'
10+
version '1.1.4'
1111

1212
repositories {
1313
mavenCentral()

0 commit comments

Comments
 (0)