diff --git a/README.md b/README.md
index e624435..d6c268a 100644
--- a/README.md
+++ b/README.md
@@ -61,12 +61,12 @@ gradle projects.
com.graqr
threshr
- 0.0.11-SNAPSHOT
+ 0.0.11
```
#### Include as a Gradle dependency
```groovy
-compile "com.graqr:threshr:0.0.11-SNAPSHOT"
+compile "com.graqr:threshr:0.0.11"
```
#### Environment Variables
diff --git a/pom.xml b/pom.xml
index c2c9da8..47a967f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
com.${owner}
threshr
- 0.0.11-SNAPSHOT
+ 0.0.11
${packaging}