diff --git a/README.md b/README.md index 0664347..a4f1619 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ All of these forms should work: ### Add this to your project/plugins.sbt file: - addSbtPlugin("com.frugalmechanic" % "fm-sbt-s3-resolver" % "0.10.0") + addSbtPlugin("com.frugalmechanic" % "fm-sbt-s3-resolver" % "0.11.0") ### S3 Credentials diff --git a/build.sbt b/build.sbt index 06d7b04..a49efb9 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ name := "fm-sbt-s3-resolver" organization := "com.frugalmechanic" -version := "0.11.0-SNAPSHOT" +version := "0.11.0" description := "SBT S3 Resolver Plugin"