Skip to content

Commit

Permalink
Version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardolins committed Nov 8, 2019
1 parent b9dbc7b commit ffbfb3e
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 @@ -18,7 +18,7 @@ FakeServer is available on [Hex](https://hex.pm/packages/fake_server). First, ad
```elixir
def deps do
[
{:fake_server, "~> 2.0", only: :test}
{:fake_server, "~> 2.1", only: :test}
]
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 FakeServer.Mixfile do
def project do
[
app: :fake_server,
version: "2.0.0",
version: "2.1.0",
elixir: "~> 1.4",
description: description(),
package: package(),
Expand Down

0 comments on commit ffbfb3e

Please sign in to comment.