From eb1fc09b17b3c43e781747ef1e7bed6a70fd5e07 Mon Sep 17 00:00:00 2001 From: bhokaremoin Date: Fri, 13 Mar 2026 11:49:41 +0530 Subject: [PATCH] release-1.0.2-beta.0 --- 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 a2b8014..72f9f00 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.1 + 1.0.2-beta.0 ``` diff --git a/pom.xml b/pom.xml index 712e305..2f655fa 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.percy percy-playwright-java - 1.0.1 + 1.0.2-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.1 + v1.0.2-beta.0 diff --git a/src/main/java/io/percy/playwright/Environment.java b/src/main/java/io/percy/playwright/Environment.java index f637a87..dbafffc 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.1"; + private final static String SDK_VERSION = "1.0.2-beta.0"; private final static String SDK_NAME = "percy-playwright-java"; public String getClientInfo() {