Skip to content

Commit

Permalink
bump version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mingchuno committed Feb 8, 2017
1 parent 4e170e5 commit 61a0b21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Asynchronous Scala Clients for Amazon Web Services

[![Build Status](https://travis-ci.org/mingchuno/aws-wrap.svg?branch=master)](https://travis-ci.org/mingchuno/aws-wrap)
[![Download](https://api.bintray.com/packages/mingchuno/maven/aws-wrap/images/download.svg?version=0.9.3)](https://bintray.com/mingchuno/maven/aws-wrap/0.9.3/link)
[![Download](https://api.bintray.com/packages/mingchuno/maven/aws-wrap/images/download.svg?version=0.10.0)](https://bintray.com/mingchuno/maven/aws-wrap/0.10.0/link)

Asynchronous clients are provided for the following services:

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

## Usage
Expand All @@ -40,7 +40,7 @@ val result2: Future[CreateTopicResult] = scalaClient.createTopic("topic_name") /

## Develop

`sbt compile test` for the core project. If you want to run the integration test `sbt awsWrapTest/it:compile && sbt awsWrapTest/it:test`
`sbt compile test` for the core project. If you want to run the integration test `bundle install && sbt awsWrapTest/it:compile && sbt awsWrapTest/it:test`

## License

Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.9.3"
version in ThisBuild := "0.10.0"

0 comments on commit 61a0b21

Please sign in to comment.