Skip to content

Commit

Permalink
Version bump (#89)
Browse files Browse the repository at this point in the history
* [maven-release-plugin] prepare release percy-appium-app-1.1.3

* [maven-release-plugin] prepare for next development iteration

* Version bump
  • Loading branch information
pankaj443 authored Jun 12, 2023
1 parent 8faba94 commit ce5b82e
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>1.1.3-SNAPSHOT</version>
<version>1.1.4-SNAPSHOT</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 = "1.1.2";
public static final String SDK_VERSION = "1.1.3";
private static final String SDK_NAME = "percy-appium-app";
private static String percyBuildID;
private static String percyBuildUrl;
Expand Down

0 comments on commit ce5b82e

Please sign in to comment.