Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
agramichael committed Sep 16, 2020
1 parent 6c376d6 commit ccf151d
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 @@ -10,7 +10,7 @@ by adding `exchange` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:exchange, "~> 0.2.5"}
{:exchange, "~> 0.2.6"}
]
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 Exchange.MixProject do
def project do
[
app: :exchange,
version: "0.2.5",
version: "0.2.6",
build_path: "_build",
config_path: "config/config.exs",
deps_path: "deps",
Expand Down

0 comments on commit ccf151d

Please sign in to comment.