diff --git a/README.md b/README.md
index 14881ce..3d22686 100644
--- a/README.md
+++ b/README.md
@@ -97,19 +97,19 @@ CallExecutor executor = new CallExecutor<>(config)
com.evanlennick
retry4j
- 0.11.0
+ 0.12.0
```
### SBT
```sbt
-libraryDependencies += "com.evanlennick" % "retry4j" % "0.11.0"
+libraryDependencies += "com.evanlennick" % "retry4j" % "0.12.0"
```
### Gradle
```groovy
-compile "com.evanlennick:retry4j:0.11.0"
+compile "com.evanlennick:retry4j:0.12.0"
```
## Usage
@@ -118,7 +118,7 @@ compile "com.evanlennick:retry4j:0.11.0"
Retry4j does not require any external dependencies. It does require that you are using Java 8 or newer.
-* Javadocs are hosted at: http://www.javadoc.io/doc/com.evanlennick/retry4j/0.11.0.
+* Javadocs are hosted at: http://www.javadoc.io/doc/com.evanlennick/retry4j/0.12.0.
* Continuous integration results are available via Travis CI here: https://travis-ci.org/elennick/retry4j.
* Code coverage information is available via Coveralls here: https://coveralls.io/github/elennick/retry4j.
* Examples of Retry4j in use are documented here: https://github.com/elennick/retry4j-examples
diff --git a/pom.xml b/pom.xml
index 356f212..a150acb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.evanlennick
retry4j
- 0.12.0-SNAPSHOT
+ 0.12.0
${project.groupId}:${project.artifactId}
Library for retrying Java logic.
@@ -16,7 +16,7 @@
scm:git:git@github.com:elennick/retry4j.git
scm:git:git@github.com:elennick/retry4j.git
git@github.com:elennick/retry4j.git
- retry4j-0.11.0
+ retry4j-0.12.0