From 983065edc4e58f08979ecc72b39fb530ef9ee06b Mon Sep 17 00:00:00 2001 From: Alex Garibay Date: Tue, 5 Jul 2016 09:13:11 -0500 Subject: [PATCH] Bump minor version --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46731ba..d2b0fe2 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/mix.exs b/mix.exs index 1778210..6085518 100644 --- a/mix.exs +++ b/mix.exs @@ -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,