diff --git a/README.md b/README.md index 92f3e04..5e90323 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ Robot Framework's library to test REST interfaces. Library is mostly following structure of [Requests-library](https://github.com/bulkan/robotframework-requests). * More information about this library can be found in the - [Keyword Documentation](http://search.maven.org/remotecontent?filepath=com/github/hi-fi/robotframework-httprequestlibrary/0.0.4/robotframework-httprequestlibrary-0.0.4.html). + [Keyword Documentation](http://search.maven.org/remotecontent?filepath=com/github/hi-fi/robotframework-httprequestlibrary/0.0.5/robotframework-httprequestlibrary-0.0.5.html). * For keyword completion in RIDE you can download this - [Library Specs](http://search.maven.org/remotecontent?filepath=com/github/hi-fi/robotframework-httprequestlibrary/0.0.4/robotframework-httprequestlibrary-0.0.4.xml) + [Library Specs](http://search.maven.org/remotecontent?filepath=com/github/hi-fi/robotframework-httprequestlibrary/0.0.5/robotframework-httprequestlibrary-0.0.5.xml) and place it in your PYTHONPATH. Usage @@ -20,12 +20,12 @@ your pom.xml: com.github.hi-fi robotframework-httprequestlibrary - 0.0.4 + 0.0.5 With Gradle, library can be use by importing it as a dependency in build.gradle: - runtime('com.github.hi-fi:robotframework-httprequestlibrary:0.0.4') + runtime('com.github.hi-fi:robotframework-httprequestlibrary:0.0.5') Library import in Robot tests can be done with: diff --git a/pom.xml b/pom.xml index 36ac609..81c8513 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.github.hi-fi robotframework-httprequestlibrary - 0.0.5-SNAPSHOT + 0.0.5 jar robotframework-httprequestlibrary