Skip to content

Commit

Permalink
Bump version Nr.
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Feb 27, 2017
1 parent d488db5 commit 4dd68df
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v0.1.0 (2017-02-27)

* Make Checks configurable
* Remove Elixir < 1.3 Support
* Disable SMTP Check by default
* Timeouts for Checks

## v0.0.3 (2015-11-22)

* Fix a bug when the SMTP doesn't reply
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ end
def deps do
[
# other dependencies...
{:email_checker, "~> 0.0.3"}
{:email_checker, "~> 0.1.0"}
# other dependencies...
]
end
Expand Down
4 changes: 3 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
defmodule EmailChecker.Mixfile do
use Mix.Project

@version "0.1.0"

def project do
[app: :email_checker,
version: "0.0.3",
version: @version,
elixir: "~> 1.3",
elixirc_paths: elixirc_paths(Mix.env),
build_embedded: Mix.env == :prod,
Expand Down

0 comments on commit 4dd68df

Please sign in to comment.