Skip to content

Commit

Permalink
bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyu committed Dec 24, 2019
1 parent fa91ced commit 2e09ccc
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 @@ -8,7 +8,7 @@ Add Nadia to your `mix.exs` dependencies:

```elixir
def deps do
[{:nadia, "~> 0.5.0"}]
[{:nadia, "~> 0.6.0"}]
end
```
and run `$ mix deps.get`.
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 Nadia.Mixfile do
def project do
[
app: :nadia,
version: "0.5.0",
version: "0.6.0",
elixir: "~> 1.6",
description: "Telegram Bot API Wrapper written in Elixir",
package: package(),
Expand Down

0 comments on commit 2e09ccc

Please sign in to comment.