Skip to content

Commit

Permalink
release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phcurado committed Jan 18, 2023
1 parent 962722c commit 0e8c57a
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 @@ -86,7 +86,7 @@ Add `parameter` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:parameter, "~> 0.10"}
{:parameter, "~> 0.11"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Parameter.MixProject do
use Mix.Project

@source_url "https://github.com/phcurado/parameter"
@version "0.10.0"
@version "0.11.0"

def project do
[
Expand Down

0 comments on commit 0e8c57a

Please sign in to comment.