Skip to content

Commit

Permalink
Merge pull request #70 from Frameio/v0.9.0
Browse files Browse the repository at this point in the history
v0.9.0
  • Loading branch information
bceskavich authored Jul 22, 2019
2 parents 0ccd7fa + ce15389 commit f2f896d
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 @@ -25,7 +25,7 @@ deps in `mix.exs`:
```elixir
def deps do
[
{:rolodex, "~> 0.8.0"}
{:rolodex, "~> 0.9.0"}
]
end
```
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Rolodex.MixProject do
app: :rolodex,
name: "Rolodex",
description: "Automated docs generation",
version: "0.8.1",
version: "0.9.0",
elixir: "~> 1.7",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit f2f896d

Please sign in to comment.