8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf844a commit 0cc0433Copy full SHA for 0cc0433
build.gradle
@@ -25,7 +25,7 @@ idea {
25
}
26
27
group = 'io.github.seleniumquery'
28
-version = '0.18.0'
+version = '0.19.0'
29
30
description = "seleniumQuery"
31
pom.xml
@@ -20,7 +20,7 @@
20
<modelVersion>4.0.0</modelVersion>
21
<groupId>io.github.seleniumquery</groupId>
22
<artifactId>seleniumquery</artifactId>
23
- <version>0.19.0-SNAPSHOT</version>
+ <version>0.19.0</version>
24
<name>seleniumQuery</name>
<url>http://seleniumquery.github.io/</url>
0 commit comments