Skip to content

Commit

Permalink
Bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgaribay committed Jul 5, 2016
1 parent ef4651a commit 983065e
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 @@ A wrapper for SendGrid's API to create composable emails.
Add the following code to your dependencies in your **`mix.exs`** file:

```elixir
{:sendgrid, "~> 0.1.0"}
{:sendgrid, "~> 0.1.1"}
```

## Configuration
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 SendGrid.Mixfile do

def project do
[app: :sendgrid,
version: "0.1.0",
version: "0.1.1",
elixir: "~> 1.2",
package: package,
description: description,
Expand Down

0 comments on commit 983065e

Please sign in to comment.