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() {