Skip to content

Commit

Permalink
release 2.1.0-beta.0 (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
prklm10 authored Oct 31, 2023
1 parent c3f6c2f commit 62c70e7
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.0.3</version>
<version>2.1.0-beta.0</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.0.3";
public static final String SDK_VERSION = "2.1.0-beta.0";
private static final String SDK_NAME = "percy-appium-app";
private static String percyBuildID;
private static String percyBuildUrl;
Expand Down

0 comments on commit 62c70e7

Please sign in to comment.