From 229f575dd029ea5b9406a65ba1a7e4b51c0d9b52 Mon Sep 17 00:00:00 2001 From: Johannes Renner Date: Tue, 28 Mar 2017 14:58:46 +0200 Subject: [PATCH] Update the version to 0.11.1 --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 108e4597d..20702be94 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # salt-netapi-client -Java bindings for the [Salt API](http://docs.saltstack.com/en/latest/ref/netapi/all/salt.netapi.rest_cherrypy.html#module-salt.netapi.rest_cherrypy.app), please have a look at the Javadoc for [v0.11.0](http://suse.github.io/salt-netapi-client/docs/v0.11.0) or [master](http://suse.github.io/salt-netapi-client/docs/master). +Java bindings for the [Salt API](http://docs.saltstack.com/en/latest/ref/netapi/all/salt.netapi.rest_cherrypy.html#module-salt.netapi.rest_cherrypy.app), please have a look at the Javadoc for [v0.11.1](http://suse.github.io/salt-netapi-client/docs/v0.11.1) or [master](http://suse.github.io/salt-netapi-client/docs/master). ## How to use it @@ -13,7 +13,7 @@ Add the following dependency to the `pom.xml` file of your project: com.suse.salt salt-netapi-client - 0.11.0 + 0.11.1 ``` diff --git a/pom.xml b/pom.xml index 075771800..f3dd07f06 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.suse.salt salt-netapi-client jar - 0.11.0 + 0.11.1 salt-netapi-client https://github.com/SUSE/salt-netapi-client Java bindings for the Salt API