Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
Increment version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Feb 20, 2017
1 parent f6b34df commit 670f5fa
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 @@ -7,7 +7,7 @@ Get AWS credentials for S3 maven repos from default AWS credentials provider cha

```gradle
plugins {
id "com.github.kaklakariada.awsm-credentials-gradle" version "0.0.1"
id "com.github.kaklakariada.awsm-credentials-gradle" version "0.2.0"
}
```
2. Configure your AWS credentials as [named profiles](http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html#cli-multiple-profiles) in `~/.aws/credentials` (*not* in `~/.aws/config`). Use `role_arn` and `source_profile` for [role delegation](http://docs.aws.amazon.com/cli/latest/topic/config-vars.html#using-aws-iam-roles):
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {
jcenter()
}

version = '0.0.1'
version = '0.2.0'
group = 'com.github.kaklakariada'

ext {
Expand Down

0 comments on commit 670f5fa

Please sign in to comment.