Skip to content

Commit

Permalink
Release 0.0.4 (#27)
Browse files Browse the repository at this point in the history
* [maven-release-plugin] prepare release percy-appium-app-0.0.4

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

* Updated verison across codebase
  • Loading branch information
ninadbstack authored Nov 29, 2022
1 parent d8ad704 commit 7f7adf9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add percy-appium-app to your project dependencies. If you're using Maven:
<dependency>
<groupId>io.percy</groupId>
<artifactId>percy-appium-app</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions 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>0.0.4-SNAPSHOT</version>
<version>0.0.5-SNAPSHOT</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand All @@ -31,7 +31,7 @@
<connection>scm:git:git://github.com/percy/percy-appium-java.git</connection>
<developerConnection>scm:git:https://github.com/percy/percy-appium-java.git</developerConnection>
<url>https://github.com/percy/percy-appium-java/tree/master</url>
<tag>percy-appium-app-0.0.3</tag>
<tag>percy-appium-app-0.0.4</tag>
</scm>

<properties>
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 = "0.0.3";
public static final String SDK_VERSION = "0.0.4";
private static final String SDK_NAME = "percy-appium-app";

public Environment(AppiumDriver driver) {
Expand Down

0 comments on commit 7f7adf9

Please sign in to comment.