Skip to content

Commit

Permalink
version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Farsheed committed Jul 19, 2017
1 parent fdb7a93 commit 1a105cf
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 @@ -5,7 +5,7 @@
Add the following to your mix.exs file
```elixir
def deps do
[{:persian, "~> 0.1.0"}]
[{:persian, "~> 0.1.3"}]
end
```

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 Persian.Mixfile do

def project do
[app: :persian,
version: "0.1.1",
version: "0.1.3",
elixir: "~> 1.4",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit 1a105cf

Please sign in to comment.