Skip to content

Commit

Permalink
chore: version 1.11.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Sep 7, 2023
1 parent 56d8bd0 commit cbea7d5
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 @@ -36,7 +36,7 @@ repositories {
maven { url "https://jitpack.io" }
}
dependencies {
compile "com.github.crowdin:crowdin-api-client-java:1.11.2"
compile "com.github.crowdin:crowdin-api-client-java:1.11.3"
}
```

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

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ task myJavadocs(type: Javadoc) {
}

sourceCompatibility = 8
version '1.11.2'
version '1.11.3'

repositories {
mavenCentral()
Expand Down

0 comments on commit cbea7d5

Please sign in to comment.