From d29003837ed7204a93f482c2a58a0cdba77e88bf Mon Sep 17 00:00:00 2001 From: yashmahamulkar-bs Date: Tue, 31 Mar 2026 16:03:05 +0530 Subject: [PATCH] Release 2.1.2 --- pom.xml | 4 ++-- src/main/java/io/percy/selenium/Environment.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 2d549e5..e6c3e3f 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ io.percy percy-java-selenium - 2.1.2-beta.1 + 2.1.2 jar ${project.groupId}:${project.artifactId} @@ -32,7 +32,7 @@ scm:git:git://github.com/percy/percy-java-selenium.git scm:git:https://github.com/percy/percy-java-selenium.git https://github.com/percy/percy-java-selenium/tree/master - v2.1.2-beta.0 + v2.1.2 diff --git a/src/main/java/io/percy/selenium/Environment.java b/src/main/java/io/percy/selenium/Environment.java index 61562b8..b1d7d78 100644 --- a/src/main/java/io/percy/selenium/Environment.java +++ b/src/main/java/io/percy/selenium/Environment.java @@ -10,7 +10,7 @@ */ class Environment { private WebDriver driver; - private final static String SDK_VERSION = "2.1.2-beta.1"; + private final static String SDK_VERSION = "2.1.2"; private final static String SDK_NAME = "percy-java-selenium"; Environment(WebDriver driver) {