Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfilej committed Sep 3, 2016
1 parent 9e4114c commit bdab05f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Add `himamo` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:himamo, "~> 0.0.1"}]
[{:himamo, "~> 0.1.0"}]
end
```

Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ defmodule Himamo.Mixfile do
def project do
[
app: :himamo,
version: "0.0.1",
elixir: "~> 1.2",
version: "0.1.0",
elixir: "~> 1.3",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
deps: deps(),
Expand Down

0 comments on commit bdab05f

Please sign in to comment.