Skip to content

Commit

Permalink
Release v0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Damir Gainetdinov committed Jun 2, 2021
1 parent 0555e5c commit 6867805
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 @@ -16,7 +16,7 @@ Add ExMarshal as a dependency to your `mix.exs` file:

```elixir
def deps do
[{:ex_marshal, "0.0.10"}]
[{:ex_marshal, "0.0.11"}]
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 ExMarshal.Mixfile do

def project do
[app: :ex_marshal,
version: "0.0.10",
version: "0.0.11",
elixir: "~> 1.1",
deps: deps(),
description: description(),
Expand Down

0 comments on commit 6867805

Please sign in to comment.