diff --git a/README.md b/README.md
index b1373018..3d2be8b4 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ Wifi configuration and util library built for Android.
[ ![Download](https://api.bintray.com/packages/isupatches/Maven/wisefy/images/download.svg) ](https://bintray.com/isupatches/Maven/wisefy/_latestVersion)
-
+
## Adding to your project
@@ -36,12 +36,12 @@ repositories {
}
```
-Then add it as a dependency:
+Then add it as a dependency (please see https://github.com/isuPatches/WiseFy/releases for the lastest version):
Gradle:
```
-compile 'com.isupatches:wisefy:1.0.8'
+compile 'com.isupatches:wisefy:'
```
Maven:
@@ -50,7 +50,7 @@ Maven:
com.isupatches
wisefy
- 1.0.8
+
pom
```