Skip to content

Commit

Permalink
prepare release proxy-vole-1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
akuhtz committed Nov 27, 2024
1 parent 65a24c1 commit 5e5bf20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ Add the dependency to your pom.xml
<dependency>
<groupId>org.bidib.com.github.markusbernhardt</groupId>
<artifactId>proxy-vole</artifactId>
<version>1.1.5</version>
<version>1.1.6</version>
</dependency>
```
or to you gradle.build:
```
compile 'org.bidib.com.github.markusbernhardt:proxy-vole:1.1.5'
compile 'org.bidib.com.github.markusbernhardt:proxy-vole:1.1.6'
```

### Using the default strategy to find the settings
Expand Down Expand Up @@ -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.1.5/proxy-vole-1.1.5-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.1.6/proxy-vole-1.1.6-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")
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.bidib.com.github.markusbernhardt</groupId>
<artifactId>proxy-vole</artifactId>
<version>1.1.6-SNAPSHOT</version>
<version>1.1.6</version>

<name>Proxy Vole</name>
<description>Proxy Vole is a Java library to auto detect the platform network proxy settings.</description>
Expand Down

0 comments on commit 5e5bf20

Please sign in to comment.