Release 3.1.2
diff --git a/README.md b/README.md
index 1d328ee..4720295 100644
--- a/README.md
+++ b/README.md
@@ -128,7 +128,7 @@
 
 Add the library to your app using one of these methods:
 
-* Add `com.davemorrissey.labs:subsampling-scale-image-view:3.1.1` as a dependency in your build.gradle file
+* Add `com.davemorrissey.labs:subsampling-scale-image-view:3.1.2` as a dependency in your build.gradle file
 * *or* download the library aar file from the releases page and add to your app manually
 * *or* clone the project and import the library subproject as a module in your app
 * *or* clone the project and copy the resources and classes from `com.davemorrissey.labs.subscaleview` into your project
diff --git a/library/build.gradle b/library/build.gradle
index 9deb16b..b19c89e 100644
--- a/library/build.gradle
+++ b/library/build.gradle
@@ -4,7 +4,7 @@
 
 group = 'com.davemorrissey.labs'
 archivesBaseName = 'subsampling-scale-image-view'
-version = '3.1.1'
+version = '3.1.2'
 
 signing {
     required { has("release") && gradle.taskGraph.hasTask("uploadArchives") }