Skip to content

Commit bdb1ca4

Browse files
authored
Release 2.1.6 (#193)
1 parent d791910 commit bdb1ca4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Add percy-appium-app to your project dependencies. If you're using Maven:
2020
<dependency>
2121
<groupId>io.percy</groupId>
2222
<artifactId>percy-appium-app</artifactId>
23-
<version>1.0.1</version>
23+
<version>2.1.6</version>
2424
</dependency>
2525
```
2626

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.percy</groupId>
77
<artifactId>percy-appium-app</artifactId>
8-
<version>2.1.5</version>
8+
<version>2.1.6</version>
99
<packaging>jar</packaging>
1010

1111
<name>${project.groupId}:${project.artifactId}</name>

src/main/java/io/percy/appium/Environment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
public class Environment {
66
private AppiumDriver driver;
7-
public static final String SDK_VERSION = "2.1.5";
7+
public static final String SDK_VERSION = "2.1.6";
88
private static final String SDK_NAME = "percy-appium-app";
99
private static String percyBuildID;
1010
private static String percyBuildUrl;

0 commit comments

Comments
 (0)