Skip to content

Commit

Permalink
Merge pull request #93 from crowdin/Version-1.3.20
Browse files Browse the repository at this point in the history
Version 1.3.20
  • Loading branch information
andrii-bodnar authored Aug 1, 2022
2 parents 3ebc854 + 08fe5c2 commit a3a2047
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repositories {
maven { url "https://jitpack.io" }
}
dependencies {
compile "com.github.crowdin:crowdin-api-client-java:1.3.19"
compile "com.github.crowdin:crowdin-api-client-java:1.3.20"
}
```

Expand All @@ -46,7 +46,7 @@ dependencies {
<dependency>
<groupId>com.github.crowdin</groupId>
<artifactId>crowdin-api-client-java</artifactId>
<version>1.3.19</version>
<version>1.3.20</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

sourceCompatibility = 8
version '1.3.19'
version '1.3.20'

repositories {
mavenCentral()
Expand Down

0 comments on commit a3a2047

Please sign in to comment.