Skip to content

Commit

Permalink
0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Mishchuk committed Sep 23, 2015
1 parent f806503 commit 9b4af5c
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 @@ -51,7 +51,7 @@ Add `espec` to dependencies in the `mix.exs` file:
```elixir
def deps do
...
{:espec, "~> 0.8.0", only: :test},
{:espec, "~> 0.8.1", only: :test},
#{:espec, github: "antonmi/espec", only: :test}, to get the latest version
...
end
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
@@ -1,7 +1,7 @@
defmodule ESpec.Mixfile do
use Mix.Project

@version "0.8.0"
@version "0.8.1"

def project do
[app: :espec,
Expand Down

0 comments on commit 9b4af5c

Please sign in to comment.