Skip to content

Commit fc73023

Browse files
authored
πŸ”– v2.0.0-beta.0 (#229)
* :bookmark v2.0.0-beta.0 * Update Env.java file
1 parent a1f5360 commit fc73023

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"test": "npx percy exec --testing -- mvn test"
55
},
66
"devDependencies": {
7-
"@percy/cli": "1.27.0-alpha.0",
8-
"@percy/webdriver-utils": "1.27.0-alpha.0"
7+
"@percy/cli": "1.27.0-beta.0"
98
}
109
}

β€Žpom.xmlβ€Ž

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

66
<groupId>io.percy</groupId>
77
<artifactId>percy-java-selenium</artifactId>
8-
<version>2.0.0-alpha.0</version>
8+
<version>2.0.0-beta.0</version>
99
<packaging>jar</packaging>
1010

1111
<name>${project.groupId}:${project.artifactId}</name>

β€Žsrc/main/java/io/percy/selenium/Environment.javaβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111
class Environment {
1212
private WebDriver driver;
13-
private final static String SDK_VERSION = "2.0.0-alpha.0";
13+
private final static String SDK_VERSION = "2.0.0-beta.0";
1414
private final static String SDK_NAME = "percy-java-selenium";
1515

1616
Environment(WebDriver driver) {

0 commit comments

Comments
Β (0)