Skip to content

Commit

Permalink
Version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tpunder committed Apr 14, 2017
1 parent 94d8949 commit fe64097
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit fe64097

Please sign in to comment.