Skip to content

Commit 0f90061

Browse files
committed
increasing minor version in pom.xml
1 parent dbf631f commit 0f90061

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

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

77
<groupId>com.github.aquality-automation</groupId>
88
<artifactId>aquality-appium-mobile</artifactId>
9-
<version>2.0.0</version>
9+
<version>2.1.0</version>
1010

1111
<packaging>jar</packaging>
1212
<name>Aquality Appium Mobile</name>

src/main/java/aquality/appium/mobile/actions/ITouchActions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public interface ITouchActions {
1616
void swipe(Point startPoint, Point endPoint);
1717

1818
/**
19-
* Performs long press action and moves cursor from a start point to an end end point imitating the swipe action.
19+
* Performs long press action and moves cursor from a start point to an end point imitating the swipe action.
2020
*
2121
* @param startPoint point on screen to swipe from.
2222
* @param endPoint point on screen to swipe to.

0 commit comments

Comments
 (0)