Skip to content

Commit 1df9d44

Browse files
committed
version to 2.3.2
1 parent ae77db2 commit 1df9d44

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
@@ -8,7 +8,7 @@
88
</parent>
99
<groupId>org.robotframework</groupId>
1010
<artifactId>remoteswinglibrary</artifactId>
11-
<version>2.3.1</version>
11+
<version>2.3.2</version>
1212
<packaging>jar</packaging>
1313

1414
<name>robotframework-remoteswinglibrary</name>

src/main/python/RemoteSwingLibrary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def _tobool(value):
115115
return str(value).lower() in ("true", "1", "yes")
116116

117117

118-
__version__ = '2.3.1'
118+
__version__ = '2.3.2'
119119

120120

121121
class RemoteSwingLibrary(object):

0 commit comments

Comments
 (0)