Skip to content

Commit

Permalink
Merge pull request #73 from crowdin/Version-1.3.16
Browse files Browse the repository at this point in the history
Version 1.3.16
  • Loading branch information
frombetelgeuse authored Dec 12, 2021
2 parents 238d728 + b1ffa0a commit 8dac5b0
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.15"
compile "com.github.crowdin:crowdin-api-client-java:1.3.16"
}
```

Expand All @@ -46,7 +46,7 @@ dependencies {
<dependency>
<groupId>com.github.crowdin</groupId>
<artifactId>crowdin-api-client-java</artifactId>
<version>1.3.15</version>
<version>1.3.16</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.15'
version '1.3.16'

repositories {
mavenCentral()
Expand Down

0 comments on commit 8dac5b0

Please sign in to comment.