Skip to content

Commit

Permalink
🔖 v2.0.4 (#272)
Browse files Browse the repository at this point in the history
* 🔖 release-v2.0.4

* updated @percy/cli to latest version
  • Loading branch information
this-is-shivamsingh committed Feb 6, 2024
1 parent 09cf50b commit 4358370
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"test": "npx percy exec --testing -- mvn test"
},
"devDependencies": {
"@percy/cli": "1.28.0-beta.0"
"@percy/cli": "1.28.0"
}
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.percy</groupId>
<artifactId>percy-java-selenium</artifactId>
<version>2.0.4-beta.0</version>
<version>2.0.4</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/percy/selenium/Environment.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/
class Environment {
private WebDriver driver;
private final static String SDK_VERSION = "2.0.4-beta.0";
private final static String SDK_VERSION = "2.0.4";
private final static String SDK_NAME = "percy-java-selenium";

Environment(WebDriver driver) {
Expand Down

0 comments on commit 4358370

Please sign in to comment.