Skip to content

Commit

Permalink
Merge branch 'release/1.0.5' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Feb 4, 2022
2 parents dfe32ba + e1dc5a3 commit d9d8558
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 @@ -10,7 +10,7 @@ by adding `lexdee` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:lexdee, "~> 0.1.0"}
{:lexdee, "~> 1.0.0"}
]
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 Lexdee.MixProject do
def project do
[
app: :lexdee,
version: "1.0.4",
version: "1.0.5",
elixir: "~> 1.9",
start_permanent: Mix.env() == :prod,
package: package(),
Expand Down

0 comments on commit d9d8558

Please sign in to comment.