Skip to content

Commit

Permalink
Increase version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmi-matic committed May 4, 2019
1 parent 225a9c0 commit 00b3d3d
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 @@ -29,7 +29,7 @@ Add `espec_phoenix` to dependencies in the `mix.exs` file:
```elixir
def deps do
...
{:espec_phoenix, "~> 0.6.10", only: :test},
{:espec_phoenix, "~> 0.7.1", only: :test},
#{:espec_phoenix, github: "antonmi/espec_phoenix", only: :test}, to get the latest version
...
end
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule EspecPhoenix.Mixfile do
use Mix.Project

@version "0.7.0"
@version "0.7.1"

def project do
[
Expand Down

0 comments on commit 00b3d3d

Please sign in to comment.