Skip to content

Commit

Permalink
Prepare for release 2.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mparvu committed Apr 1, 2021
1 parent 7c5b926 commit f69445c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>org.robotframework</groupId>
<artifactId>remoteswinglibrary</artifactId>
<version>2.2.8</version>
<version>2.2.9</version>
<packaging>jar</packaging>

<name>robotframework-remoteswinglibrary</name>
Expand Down Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>org.robotframework</groupId>
<artifactId>swinglibrary</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
</dependency>
<dependency>
<groupId>org.robotframework</groupId>
Expand Down Expand Up @@ -146,7 +146,7 @@
<plugin>
<groupId>org.robotframework</groupId>
<artifactId>robotframework-maven-plugin</artifactId>
<version>1.7.2</version>
<version>1.8.0</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion src/main/python/RemoteSwingLibrary.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def _tobool(value):
return str(value).lower() in ("true", "1", "yes")


__version__ = '2.2.8'
__version__ = '2.2.9'


class RemoteSwingLibrary(object):
Expand Down

0 comments on commit f69445c

Please sign in to comment.