From fe64097d874e67e26fa2d27840e4921bfcd1ad31 Mon Sep 17 00:00:00 2001 From: Tim Underwood Date: Fri, 14 Apr 2017 08:22:56 -0700 Subject: [PATCH] Version 0.11.0 --- README.md | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"