Skip to content

Commit

Permalink
increasing minor version in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
n-verbitsky committed Jun 3, 2020
1 parent dbf631f commit 0f90061
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 @@ -6,7 +6,7 @@

<groupId>com.github.aquality-automation</groupId>
<artifactId>aquality-appium-mobile</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>

<packaging>jar</packaging>
<name>Aquality Appium Mobile</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public interface ITouchActions {
void swipe(Point startPoint, Point endPoint);

/**
* Performs long press action and moves cursor from a start point to an end end point imitating the swipe action.
* Performs long press action and moves cursor from a start point to an end point imitating the swipe action.
*
* @param startPoint point on screen to swipe from.
* @param endPoint point on screen to swipe to.
Expand Down

0 comments on commit 0f90061

Please sign in to comment.