diff --git a/README.md b/README.md index 72f9f00..d47bae6 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-beta.0 + 1.0.2 ``` diff --git a/package.json b/package.json index 9ff98ce..9e8de3a 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,6 @@ "test": "npx percy exec --testing -- mvn test" }, "devDependencies": { - "@percy/cli": "^1.31.10-alpha.0" + "@percy/cli": "^1.31.10" } } diff --git a/pom.xml b/pom.xml index fc5d0d3..666daed 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.percy percy-playwright-java - 1.0.2-beta.0 + 1.0.2 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-beta.0 + v1.0.2 @@ -202,6 +202,7 @@ true central + true diff --git a/src/main/java/io/percy/playwright/Environment.java b/src/main/java/io/percy/playwright/Environment.java index dbafffc..552373a 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-beta.0"; + private final static String SDK_VERSION = "1.0.2"; private final static String SDK_NAME = "percy-playwright-java"; public String getClientInfo() {