Skip to content

Commit

Permalink
Release v2.1.2 alpha.0 (#168)
Browse files Browse the repository at this point in the history
* Fix orientation change bug that causes stat bar and nav bar height to wrong values

* removed comment

* bumping version
  • Loading branch information
prklm10 authored Feb 9, 2024
1 parent d1ebb85 commit ab53d29
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.1</version>
<version>2.1.2-alpha.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.1.1";
public static final String SDK_VERSION = "2.1.2-alpha.0";
private static final String SDK_NAME = "percy-appium-app";
private static String percyBuildID;
private static String percyBuildUrl;
Expand Down

0 comments on commit ab53d29

Please sign in to comment.