Skip to content

Commit

Permalink
Bump version to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Cunei committed Jul 11, 2014
1 parent 8e23e8e commit a97f513
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand All @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name := "sbt-s3"

description := "S3 Plugin for sbt"

version := "0.7"
version := "0.8"

organization := "com.typesafe.sbt"

Expand Down
2 changes: 1 addition & 1 deletion src/main/rootdoc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}}}

Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/S3Plugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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:
* {{{
Expand Down

0 comments on commit a97f513

Please sign in to comment.