diff --git a/.gitattributes b/.gitattributes
index 35efda5..08b6e8e 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,3 +1,3 @@
-# https://git-scm.com/docs/gitattributes
-# unix line feeds to every file (if dos linefeeds needed can be overridden)
+# https://git-scm.com/docs/gitattributes
+# unix line feeds to every file (if dos linefeeds needed can be overridden)
* -text
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
index 7243480..889580c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,7 @@ JavaFXLib-*.png
.idea
*.iml
report-images
+*.DS_Store
# temporary pom file by shade plugin
dependency-reduced-pom.xml
diff --git a/BUILD.md b/BUILD.md
index 7265cc9..34497f5 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -25,6 +25,7 @@ JavaFXLibrary uses Apache Maven as a build tool.
* update library version to x.x.x in pom.xml
* run tests ``mvn clean verify``
* copy target/robotframework/libdoc/javafxlibrary.html under docs directory (check that README.md links to correct file)
+* update links in README.md to point correct version in maven central
* ``git commit -m "version to x.x.x" pom.xml docs/javafxlibrary.html``
* create tag ``git tag -a x.x.x``
* push ``git push origin master`` and ``git push origin x.x.x``
diff --git a/README.md b/README.md
index 7afc94d..6d74771 100644
--- a/README.md
+++ b/README.md
@@ -4,12 +4,12 @@
JavaFXLibrary works with both Jython (local and remote use) and Python (remote only) versions of Robot Framework. This means JavaFXLibrary can be used with Jython incompatible test libraries too by importing it as a remote library.
-JavaFXLibrary is tested to work with Robot Framework 3.0.2 or later.
+JavaFXLibrary is tested to work with Java 8 and Robot Framework 3.2.1 or later.
## Keyword documentation
-See keyword [documentation](https://repo1.maven.org/maven2/org/robotframework/javafxlibrary/0.6.0/javafxlibrary-0.6.0.html).
+See keyword [documentation](https://repo1.maven.org/maven2/org/robotframework/javafxlibrary/0.7.1/javafxlibrary-0.7.1.html).
-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).
+For editors (IDEs) keyword documentation can be obtained from [here](https://repo1.maven.org/maven2/org/robotframework/javafxlibrary/0.7.1/javafxlibrary-0.7.1.xml).
## Taking the library into use
### As a local library
diff --git a/docs/javafxlibrary.html b/docs/javafxlibrary.html
index b7f5284..b2179aa 100644
--- a/docs/javafxlibrary.html
+++ b/docs/javafxlibrary.html
@@ -5,7 +5,7 @@
-
+