Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Berman committed Jul 5, 2017
1 parent 106cd21 commit 11c229b
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 @@ -12,7 +12,7 @@ The package can be installed by adding `mundane_elements` to your list of depend

```elixir
def deps do
[{:mundane_elements, "~> 0.1.1"}]
[{:mundane_elements, "~> 0.1.2"}]
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 MundaneElements.Mixfile do
def project do
[
app: :mundane_elements,
version: "0.1.1",
version: "0.1.2",
elixir: "~> 1.4",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit 11c229b

Please sign in to comment.