We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5f74e5 commit 6503f9dCopy full SHA for 6503f9d
README.md
@@ -15,7 +15,7 @@ The package can be installed by adding `flagpack` to your list of dependencies i
15
```elixir
16
def deps do
17
[
18
- {:flagpack, "~> 0.5.0"}
+ {:flagpack, "~> 0.6.0"}
19
]
20
end
21
```
mix.exs
@@ -26,7 +26,7 @@ defmodule Flagpack.MixProject do
26
def project do
27
28
app: :flagpack,
29
- version: "0.5.2",
+ version: "0.6.0",
30
elixir: "~> 1.16",
31
start_permanent: Mix.env() == :prod,
32
deps: deps(),
0 commit comments