diff --git a/README.md b/README.md index 971665f..5d2bb44 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## Usage * add to your project/plugin.sbt the line: - `addSbtPlugin("com.typesafe.sbt" % "sbt-s3" % "0.7")` + `addSbtPlugin("com.typesafe.sbt" % "sbt-s3" % "0.8")` * then add to your build.sbt the line: `s3Settings` @@ -24,7 +24,7 @@ Here is a complete example: project/plugin.sbt: - addSbtPlugin("com.typesafe.sbt" % "sbt-s3" % "0.7") + addSbtPlugin("com.typesafe.sbt" % "sbt-s3" % "0.8") build.sbt: diff --git a/build.sbt b/build.sbt index cda0e9d..680542e 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ name := "sbt-s3" description := "S3 Plugin for sbt" -version := "0.7" +version := "0.8" organization := "com.typesafe.sbt" diff --git a/src/main/rootdoc.txt b/src/main/rootdoc.txt index d09c6d0..d678818 100644 --- a/src/main/rootdoc.txt +++ b/src/main/rootdoc.txt @@ -3,7 +3,7 @@ '''sbt-s3''' is a simple sbt plugin that can manipulate objects on Amazon S3. == Usage == - add to your project/plugin.sbt the line: - {{{addSbtPlugin("com.typesafe.sbt" % "sbt-s3" % "0.7")}}} + {{{addSbtPlugin("com.typesafe.sbt" % "sbt-s3" % "0.8")}}} - then add to your build.sbt the line: {{{s3Settings}}} diff --git a/src/main/scala/S3Plugin.scala b/src/main/scala/S3Plugin.scala index e101b2f..af84ca4 100644 --- a/src/main/scala/S3Plugin.scala +++ b/src/main/scala/S3Plugin.scala @@ -15,7 +15,7 @@ import org.apache.commons.lang.StringUtils.removeEndIgnoreCase * Here is a complete example: * * - project/plugin.sbt: - * {{{addSbtPlugin("com.typesafe.sbt" % "sbt-s3" % "0.7")}}} + * {{{addSbtPlugin("com.typesafe.sbt" % "sbt-s3" % "0.8")}}} * * - build.sbt: * {{{