Skip to content

Commit

Permalink
Update to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardolins committed Dec 5, 2017
1 parent 8b704ca commit c3b881a
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 @@ -15,7 +15,7 @@ FakeServer is available on [Hex](https://hex.pm/packages/fake_server). All you h

```elixir
def deps do
[{:fake_server, "~> 1.2", only: :test}]
[{:fake_server, "~> 1.3", 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 @@ -3,7 +3,7 @@ defmodule FakeServer.Mixfile do

def project do
[app: :fake_server,
version: "1.2.0",
version: "1.3.0",
elixir: "~> 1.4",
description: description(),
package: package(),
Expand Down

0 comments on commit c3b881a

Please sign in to comment.