Skip to content

Commit 68143de

Browse files
committed
Bump version
1 parent 434b226 commit 68143de

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ For more information on DevTools, see https://chromedevtools.github.io/devtools-
88

99
[v1.3.6](https://github.com/kklisura/chrome-devtools-java-client/tree/v1.3.6) tested on Google Chrome Version 67.0.3396.87. Protocol files from [dev-tools-protocol#1aa7b31ca7](https://github.com/ChromeDevTools/devtools-protocol/tree/1aa7b31ca7bba982eceea8d4bd494b27850fb0df/json)
1010

11-
[vX.X.X](https://github.com/kklisura/chrome-devtools-java-client/tree/vX.X.X) tested on Google Chrome Version 76.0.3809.100. Protocol files from [dev-tools-protocol#e1fb93bd76](https://github.com/ChromeDevTools/devtools-protocol/tree/e1fb93bd76f99cdf401b949757c874c579e15434/json)
11+
[v2.0.0](https://github.com/kklisura/chrome-devtools-java-client/tree/v2.0.0) tested on Google Chrome Version 76.0.3809.100. Protocol files from [dev-tools-protocol#e1fb93bd76](https://github.com/ChromeDevTools/devtools-protocol/tree/e1fb93bd76f99cdf401b949757c874c579e15434/json)
1212

1313
[1] https://chromedevtools.github.io/devtools-protocol/.
1414

@@ -20,7 +20,7 @@ Add the following dependency to your `pom.xml`:
2020
<dependency>
2121
<groupId>com.github.kklisura.cdt</groupId>
2222
<artifactId>cdt-java-client</artifactId>
23-
<version>1.3.6</version>
23+
<version>2.0.0</version>
2424
</dependency>
2525
```
2626

cdt-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>com.github.kklisura.cdt</groupId>
2727
<artifactId>cdt-java-client</artifactId>
28-
<version>1.3.6</version>
28+
<version>2.0.0</version>
2929
</dependency>
3030

3131
<dependency>

cdt-java-client/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ Chrome DevTools Java Client is a DevTools client - in Java. (: It can be used fo
66

77
For more information on DevTools, see https://chromedevtools.github.io/devtools-protocol/.
88

9-
Tested on Google Chrome Version 67.0.3396.87. Protocol files from [dev-tools-protocol#1aa7b31ca7](https://github.com/ChromeDevTools/devtools-protocol/tree/1aa7b31ca7bba982eceea8d4bd494b27850fb0df/json)
9+
[v1.3.6](https://github.com/kklisura/chrome-devtools-java-client/tree/v1.3.6) tested on Google Chrome Version 67.0.3396.87. Protocol files from [dev-tools-protocol#1aa7b31ca7](https://github.com/ChromeDevTools/devtools-protocol/tree/1aa7b31ca7bba982eceea8d4bd494b27850fb0df/json)
10+
11+
[v2.0.0](https://github.com/kklisura/chrome-devtools-java-client/tree/v2.0.0) tested on Google Chrome Version 76.0.3809.100. Protocol files from [dev-tools-protocol#e1fb93bd76](https://github.com/ChromeDevTools/devtools-protocol/tree/e1fb93bd76f99cdf401b949757c874c579e15434/json)
1012

1113
[1] https://chromedevtools.github.io/devtools-protocol/.
1214

@@ -18,7 +20,7 @@ Add the following dependency to your `pom.xml`:
1820
<dependency>
1921
<groupId>com.github.kklisura.cdt</groupId>
2022
<artifactId>cdt-java-client</artifactId>
21-
<version>1.3.6</version>
23+
<version>2.0.0</version>
2224
</dependency>
2325
```
2426

cdt-java-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.kklisura.cdt</groupId>
66
<artifactId>cdt-java-client</artifactId>
7-
<version>1.3.6</version>
7+
<version>2.0.0</version>
88
<packaging>jar</packaging>
99

1010
<name>cdt-java-client</name>

0 commit comments

Comments
 (0)