Skip to content

Commit 077004a

Browse files
chore: bump version to 2.0.0
1 parent b264913 commit 077004a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ API client library for Kintone REST APIs on Java.
88
Add dependency declaration in `build.gradle` of your project.
99
```
1010
dependencies {
11-
implementation 'com.kintone:kintone-java-client:1.4.0'
11+
implementation 'com.kintone:kintone-java-client:2.0.0'
1212
}
1313
```
1414
- For projects using Maven
@@ -17,7 +17,7 @@ API client library for Kintone REST APIs on Java.
1717
<dependency>
1818
<groupId>com.kintone</groupId>
1919
<artifactId>kintone-java-client</artifactId>
20-
<version>1.4.0</version>
20+
<version>2.0.0</version>
2121
</dependency>
2222
```
2323

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
id 'com.github.hierynomus.license' version '0.16.1'
77
}
88

9-
version = '1.4.1'
9+
version = '2.0.0'
1010
sourceCompatibility = 1.8
1111
targetCompatibility = 1.8
1212

docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ client.close();
2929
Add dependency declaration in `build.gradle` of your project.
3030
```groovy
3131
dependencies {
32-
implementation 'com.kintone:kintone-java-client:1.4.0'
32+
implementation 'com.kintone:kintone-java-client:2.0.0'
3333
}
3434
```
3535

@@ -39,7 +39,7 @@ Add dependency declaration in `pom.xml` of your project.
3939
<dependency>
4040
<groupId>com.kintone</groupId>
4141
<artifactId>kintone-java-client</artifactId>
42-
<version>1.4.0</version>
42+
<version>2.0.0</version>
4343
</dependency>
4444
```
4545

0 commit comments

Comments
 (0)