Skip to content

Commit

Permalink
increment minor version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkotze committed Feb 21, 2016
1 parent 71a771b commit b694e4d
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 @@ -20,7 +20,7 @@ Add `eye_drops` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:eye_drops, "~> 1.0.0"}]
[{:eye_drops, "~> 1.1.0"}]
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 Mix.Tasks.EyeDrops.Mixfile do

def project do
[app: :eye_drops,
version: "1.0.1",
version: "1.1.0",
elixir: "~> 1.1",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit b694e4d

Please sign in to comment.