Skip to content

Commit

Permalink
Release 0.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
rupurt committed Jul 15, 2019
1 parent aa37518 commit 29bc889
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -75,7 +75,7 @@ config :tai,
```elixir
def deps do
[
{:tai, "~> 0.0.24"}
{:tai, "~> 0.0.25"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -4,7 +4,7 @@ defmodule Tai.Mixfile do
def project do
[
app: :tai,
version: "0.0.24",
version: "0.0.25",
elixir: "~> 1.8",
package: package(),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 29bc889

Please sign in to comment.