From a4f026e3f408bc33856147bc78caed2637a4ea4b Mon Sep 17 00:00:00 2001 From: Shivanshu07 Date: Wed, 27 May 2026 11:03:34 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=201.2.1-beta.0=20(PER-73?= =?UTF-8?q?48)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump version to 1.2.1-beta.0 to ship the readiness gate (waitForReady before serialize, PER-7348) merged in #31. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 2 +- pom.xml | 4 ++-- src/main/java/io/percy/playwright/Environment.java | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d47bae6..d45f06e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Add percy-playwright-java to your project dependencies. If you're using Maven: io.percy percy-playwright-java - 1.0.2 + 1.2.1-beta.0 ``` diff --git a/pom.xml b/pom.xml index 07c3349..468d183 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.percy percy-playwright-java - 1.1.0 + 1.2.1-beta.0 jar ${project.groupId}:${project.artifactId} @@ -33,7 +33,7 @@ scm:git:git://github.com/percy/percy-playwright-java.git scm:git:https://github.com/percy/percy-playwright-java.git https://github.com/percy/percy-playwright-java/tree/master - v1.0.2 + v1.2.1-beta.0 diff --git a/src/main/java/io/percy/playwright/Environment.java b/src/main/java/io/percy/playwright/Environment.java index cfede57..9dc66d3 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.0.2"; + private final static String SDK_VERSION = "1.2.1-beta.0"; private final static String SDK_NAME = "percy-playwright-java"; private String clientInfoOverride;