Bump to 2.11.5
diff --git a/README.md b/README.md
index c8ee252..b7be29a 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@
 
 ### Download the plugin
 
-Download [gerrit-saml-plugin](https://bintray.com/artifact/download/thesamet/maven/gerrit-saml-plugin-2.11.4-2.jar) and put it in $gerrit_site/lib/.
+Download [gerrit-saml-plugin](https://bintray.com/artifact/download/thesamet/maven/gerrit-saml-plugin-2.11.5-1.jar) and put it in $gerrit_site/lib/.
 
 ### Configure Gerrit to use the SAML filter:
 In `$site_path/etc/gerrit.config` file, the `[httpd]` section should contain
@@ -49,6 +49,8 @@
 
 ### Configure HTTP authentication for Gerrit:
 
+Please make sure you are using Gerrit 2.11.5 or later.
+
 In `$site_path/etc/gerrit.config` file, the `[auth]` section should include
 the following lines:
 
diff --git a/build.sbt b/build.sbt
index 64f15b9..e59836d 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,8 +1,8 @@
 name := "gerrit-saml-plugin"
 
-val GerritVersion = "2.11.4"
+val GerritVersion = "2.11.5"
 
-version := GerritVersion + "-2"
+version := GerritVersion + "-1"
 
 javacOptions ++= Seq("-source", "1.7", "-target", "1.7")