Skip to content

Commit

Permalink
Release v0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Damir Gainetdinov committed Jun 25, 2021
1 parent 2eff630 commit b99f721
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.11"}]
[{:ex_marshal, "0.0.12"}]
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.11",
version: "0.0.12",
elixir: "~> 1.1",
deps: deps(),
description: description(),
Expand Down

0 comments on commit b99f721

Please sign in to comment.