Skip to content

Commit

Permalink
version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sampeson committed Sep 15, 2020
1 parent 1c4645a commit 5d97960
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ JavaFXLibrary works with both Jython (local and remote use) and Python (remote o
JavaFXLibrary is tested to work with Robot Framework 3.0.2 or later.

## Keyword documentation
See keyword [documentation](https://repo1.maven.org/maven2/org/robotframework/javafxlibrary/0.5.5/javafxlibrary-0.5.5.html).
See keyword [documentation](https://repo1.maven.org/maven2/org/robotframework/javafxlibrary/0.6.0/javafxlibrary-0.6.0.html).

For editors (IDEs) keyword documentation can be obtained from [here](https://repo1.maven.org/maven2/org/robotframework/javafxlibrary/0.5.5/javafxlibrary-0.5.5.xml).
For editors (IDEs) keyword documentation can be obtained from [here](https://repo1.maven.org/maven2/org/robotframework/javafxlibrary/0.6.0/javafxlibrary-0.6.0.xml).

## Taking the library into use
### As a local library
Expand Down
2 changes: 1 addition & 1 deletion docs/javafxlibrary.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>org.robotframework</groupId>
<artifactId>javafxlibrary</artifactId>
<packaging>jar</packaging>
<version>0.5.5</version>
<version>0.6.0</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jmockit.version>1.44</jmockit.version>
Expand Down

0 comments on commit 5d97960

Please sign in to comment.