diff --git a/CHANGELOG.md b/CHANGELOG.md
index ff38828..f9e294e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
# Change Log
This file contains the change log.
-## 1.1.3-SNAPSHOT
+## 1.1.3
* Fixed issue #41: Replaced ini4j with commons-configuration2. Thanks to davejbur!
* Update dependencies
diff --git a/README.md b/README.md
index 8385f15..561c1bd 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.1.2
+ 1.1.3
```
or to you gradle.build:
```
-compile 'org.bidib.com.github.markusbernhardt:proxy-vole:1.1.2'
+compile 'org.bidib.com.github.markusbernhardt:proxy-vole:1.1.3'
```
### 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.1.2/proxy-vole-1.1.2-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.2/proxy-vole-1.1.3-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 b0f7c92..288d11a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
org.bidib.com.github.markusbernhardt
proxy-vole
- 1.1.3-SNAPSHOT
+ 1.1.3
Proxy Vole
Proxy Vole is a Java library to auto detect the platform network proxy settings.