Skip to content

Commit 4358370

Browse files
🔖 v2.0.4 (#272)
* 🔖 release-v2.0.4 * updated @percy/cli to latest version
1 parent 09cf50b commit 4358370

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"test": "npx percy exec --testing -- mvn test"
55
},
66
"devDependencies": {
7-
"@percy/cli": "1.28.0-beta.0"
7+
"@percy/cli": "1.28.0"
88
}
99
}

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.4-beta.0</version>
8+
<version>2.0.4</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.4-beta.0";
13+
private final static String SDK_VERSION = "2.0.4";
1414
private final static String SDK_NAME = "percy-java-selenium";
1515

1616
Environment(WebDriver driver) {

0 commit comments

Comments
 (0)