We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d396a7a commit 17bc8fcCopy full SHA for 17bc8fc
README.md
@@ -10,7 +10,7 @@ You can connect to applications running on your local machine or even on a diffe
10
11
12
## Keyword documentation
13
-See keyword [documentation](https://eficode.github.io/JavaFXLibrary/JavaFXLibrary.html).
+See keyword [documentation](https://eficode.github.io/JavaFXLibrary/javafxlibrary.html).
14
15
## Installation
16
docs/JavaFXLibrary.html docs/javafxlibrary.html
pom.xml
@@ -21,7 +21,7 @@
21
<groupId>org.robotframework</groupId>
22
<artifactId>javafxlibrary</artifactId>
23
<packaging>jar</packaging>
24
- <version>0.4.2-SNAPSHOT</version>
+ <version>0.5.0</version>
25
<properties>
26
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
27
</properties>
0 commit comments