Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bluzky committed Feb 26, 2024
1 parent 1fad002 commit be056d8
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 `valdi` to your list of dependencies in `
```elixir
def deps do
[
{:valdi, "~> 0.2.0"}
{:valdi, "~> 0.5.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 Valdi.MixProject do
def project do
[
app: :valdi,
version: "0.4.0",
version: "0.5.0",
elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit be056d8

Please sign in to comment.