Skip to content

Commit

Permalink
bump version for 0.8.0 release
Browse files Browse the repository at this point in the history
- upgrade bintray-sbt plugin
  • Loading branch information
dwhjames committed Nov 9, 2015
1 parent 35f3e85 commit 4c2795a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Asynchronous clients are provided for the following services:

## Usage

aws-wrap is built for both Scala 2.10.x and 2.11.x against AWS Java SDK 1.9.x (for AWS Java SDK 1.8.x, use the 0.6.4 release of aws-wrap). Binary releases are available from [Bintray]('https://bintray.com/dwhjames/maven/aws-wrap/view?source=watch').
aws-wrap is built for both Scala 2.10.x and 2.11.x against AWS Java SDK 1.10.x (for AWS Java SDK 1.9.x and 1.8.x series, use the 0.7.3 and 0.6.4 releases of aws-wrap, respectively). Binary releases are available from [Bintray]('https://bintray.com/dwhjames/maven/aws-wrap/view?source=watch').

<a href='https://bintray.com/dwhjames/maven/aws-wrap/view?source=watch' alt='Get automatic notifications about new "aws-wrap" versions'><img src='https://www.bintray.com/docs/images/bintray_badge_color.png'></a>

Expand All @@ -23,7 +23,7 @@ If you are using SBT, simply add the following to your `build.sbt` file:
```
resolvers += Resolver.bintrayRepo("dwhjames", "maven")
libraryDependencies += "com.github.dwhjames" %% "aws-wrap" % "0.7.3"
libraryDependencies += "com.github.dwhjames" %% "aws-wrap" % "0.8.0"
```

## License
Expand Down
4 changes: 1 addition & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ libraryDependencies ++= Seq(
)


bintray.Plugin.bintrayPublishSettings

bintray.Keys.packageLabels in bintray.Keys.bintray := Seq("aws", "dynamodb", "s3", "ses", "simpledb", "sns", "sqs", "async", "future")
bintrayPackageLabels := Seq("aws", "dynamodb", "s3", "ses", "simpledb", "sns", "sqs", "async", "future")



Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

addSbtPlugin("me.lessis" % "bintray-sbt" % "0.2.1")
addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0")
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.7.3"
version in ThisBuild := "0.8.0"

0 comments on commit 4c2795a

Please sign in to comment.