Skip to content

Commit

Permalink
fix readme versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
benwilson512 committed Jun 26, 2015
1 parent 034731b commit cc0ac7f
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 @@ -25,7 +25,7 @@ If you wish to use instance roles to obtain AWS access keys you will need to add
```elixir
def deps do
[
ex_aws: "~> 0.1.0",
ex_aws: "~> 0.3.0",
poison: "~> 1.2.0",
httpoison: "~> 0.6.0"
]
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule ExAws.Mixfile do

def project do
[app: :ex_aws,
version: "0.3.0",
version: "0.4.0-dev",
elixir: "~> 1.0",
description: "AWS client. Currently supports Dynamo, Kinesis, Lambda, S3",
name: "ExAws",
Expand Down

0 comments on commit cc0ac7f

Please sign in to comment.