Skip to content

Commit

Permalink
bump version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyu committed Oct 25, 2016
1 parent e8773fd commit 43bbfe0
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.4"}]
[{:nadia, "~> 0.4.1"}]
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 @@ -3,7 +3,7 @@ defmodule Nadia.Mixfile do

def project do
[app: :nadia,
version: "0.4.0",
version: "0.4.1",
elixir: "~> 1.2",
description: "Telegram Bot API Wrapper written in Elixir",
package: package,
Expand Down

0 comments on commit 43bbfe0

Please sign in to comment.