From c436033daeec5df71a70d5777a0c84ccc28552d1 Mon Sep 17 00:00:00 2001 From: Akash Sinha Date: Thu, 25 Jun 2026 17:57:24 +0530 Subject: [PATCH] chore: release v1.2.1-beta.1 Co-Authored-By: Claude Opus 4.8 (1M context) --- pom.xml | 2 +- src/main/java/io/percy/playwright/Environment.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4d1b6da..4d52b7c 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.percy percy-playwright-java - 1.2.1-beta.0 + 1.2.1-beta.1 jar ${project.groupId}:${project.artifactId} diff --git a/src/main/java/io/percy/playwright/Environment.java b/src/main/java/io/percy/playwright/Environment.java index 9dc66d3..e88e0ea 100644 --- a/src/main/java/io/percy/playwright/Environment.java +++ b/src/main/java/io/percy/playwright/Environment.java @@ -6,7 +6,7 @@ * Package-private class to compute Environment information. */ class Environment { - private final static String SDK_VERSION = "1.2.1-beta.0"; + private final static String SDK_VERSION = "1.2.1-beta.1"; private final static String SDK_NAME = "percy-playwright-java"; private String clientInfoOverride;