Skip to content

Commit

Permalink
Bump version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danielberkompas committed Dec 30, 2016
1 parent 58caf46 commit 3ffa12d
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 @@ -54,7 +54,7 @@ See the [Hex Documentation](https://hexdocs.pm/destructure) for more details.

```elixir
def deps do
[{:destructure, "~> 0.1.1"}]
[{:destructure, "~> 0.2.2"}]
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 Destructure.Mixfile do

def project do
[app: :destructure,
version: "0.2.1",
version: "0.2.2",
elixir: "~> 1.3",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit 3ffa12d

Please sign in to comment.