diff --git a/README.md b/README.md index b04ea69..e9c4b9c 100644 --- a/README.md +++ b/README.md @@ -24,12 +24,12 @@ Add the dependency to your pom.xml org.bidib.com.github.markusbernhardt proxy-vole - 1.0.15 + 1.0.16 ``` or to you gradle.build: ``` -compile 'org.bidib.com.github.markusbernhardt:proxy-vole:1.0.15' +compile 'org.bidib.com.github.markusbernhardt:proxy-vole:1.0.16' ``` ### Using the default strategy to find the settings @@ -139,7 +139,7 @@ System.setProperty(PacScriptMethods.OVERRIDE_LOCAL_IP, "123.123.123.123"); ``` ### Proxy Vole Tester -There is also a small GUI to test the different search strategies. Simply start the [jar-with-dependencies](http://search.maven.org/remotecontent?filepath=org/bidib/com/github/markusbernhardt/proxy-vole/1.0.15/proxy-vole-1.0.15-jar-with-dependencies.jar) +There is also a small GUI to test the different search strategies. Simply start the [jar-with-dependencies](http://search.maven.org/remotecontent?filepath=org/bidib/com/github/markusbernhardt/proxy-vole/1.0.16/proxy-vole-1.0.16-jar-with-dependencies.jar) or directly the class `com.github.markusbernhardt.proxy.ui.ProxyTester`. ![Screenshot](https://raw.githubusercontent.com/akuhtz/proxy-vole/master/src/site/screenshots/proxy-vole-tester.png "Proxy Vole Tester") diff --git a/pom.xml b/pom.xml index 0a66114..48eb52d 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.bidib.com.github.markusbernhardt proxy-vole - 1.0.16-SNAPSHOT + 1.0.16 Proxy Vole Proxy Vole is a Java library to auto detect the platform network proxy settings.