Skip to content

Commit 46f5681

Browse files
committed
Update pom version to 1.3.0-SNAPSHOT
1 parent 73676a0 commit 46f5681

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ 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)
10+
911
[1] https://chromedevtools.github.io/devtools-protocol/.
1012

1113
## Usage

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.2.1-SNAPSHOT</version>
28+
<version>1.3.0-SNAPSHOT</version>
2929
</dependency>
3030

3131
<dependency>

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.2.1-SNAPSHOT</version>
7+
<version>1.3.0-SNAPSHOT</version>
88
<packaging>jar</packaging>
99

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

0 commit comments

Comments
 (0)