Skip to content

Commit

Permalink
releasing v2.1.2 (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
prklm10 authored Feb 19, 2024
1 parent b8284a2 commit 9c65cb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.percy</groupId>
<artifactId>percy-appium-app</artifactId>
<version>2.1.2-alpha.0</version>
<version>2.1.2</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/percy/appium/Environment.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

public class Environment {
private AppiumDriver driver;
public static final String SDK_VERSION = "2.1.2-alpha.0";
public static final String SDK_VERSION = "2.1.2";
private static final String SDK_NAME = "percy-appium-app";
private static String percyBuildID;
private static String percyBuildUrl;
Expand Down

0 comments on commit 9c65cb5

Please sign in to comment.