Skip to content

Commit ea0ee96

Browse files
committed
chore: version 1.23.0 [skip ci]
1 parent aa2ac4a commit ea0ee96

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repositories {
3636
maven { url "https://jitpack.io" }
3737
}
3838
dependencies {
39-
compile "com.github.crowdin:crowdin-api-client-java:1.22.0"
39+
compile "com.github.crowdin:crowdin-api-client-java:1.23.0"
4040
}
4141
```
4242

@@ -52,7 +52,7 @@ dependencies {
5252
<dependency>
5353
<groupId>com.github.crowdin</groupId>
5454
<artifactId>crowdin-api-client-java</artifactId>
55-
<version>1.22.0</version>
55+
<version>1.23.0</version>
5656
</dependency>
5757
```
5858

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ task myJavadocs(type: Javadoc) {
1515
}
1616

1717
sourceCompatibility = 8
18-
version '1.22.0'
18+
version '1.23.0'
1919

2020
repositories {
2121
mavenCentral()

0 commit comments

Comments
 (0)