Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielberkompas committed Sep 12, 2015
1 parent 79b33fe commit b7daa76
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 @@ -15,7 +15,7 @@ dependencies in `mix.exs`.

```elixir
defp deps
[{:ex_twiml, "~> 1.1.3"}]
[{:ex_twiml, "~> 2.0.0"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule ExTwiml.Mixfile do
def project do
[app: :ex_twiml,
description: "Generate TwiML with Elixir",
version: "1.1.3",
version: "2.0.0",
elixir: "~> 1.0",
deps: deps,
dialyzer: [
Expand Down

0 comments on commit b7daa76

Please sign in to comment.