Skip to content

Commit 0d75d7b

Browse files
committed
Bump version
1 parent c6d0b55 commit 0d75d7b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.0.3 (2016-8-3)
4+
5+
* Fixes
6+
* replace documentation using to `put_to` with `add_to`
7+
38
## 1.0.2 (2016-7-20)
49

510
* Enhancements

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A wrapper for SendGrid's API to create composable emails.
77
Add the following code to your dependencies in your **`mix.exs`** file:
88

99
```elixir
10-
{:sendgrid, "~> 1.0.2"}
10+
{:sendgrid, "~> 1.0.3"}
1111
```
1212

1313
## Configuration

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule SendGrid.Mixfile do
33

44
def project do
55
[app: :sendgrid,
6-
version: "1.0.2",
6+
version: "1.0.3",
77
elixir: "~> 1.2",
88
package: package,
99
description: description,

0 commit comments

Comments
 (0)