We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e28d4c commit e66af22Copy full SHA for e66af22
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.4.0"}
+ {:flagpack, "~> 0.5.0"}
19
]
20
end
21
```
mix.exs
@@ -22,7 +22,7 @@ defmodule Flagpack.MixProject do
22
def project do
23
24
app: :flagpack,
25
- version: "0.4.1",
+ version: "0.5.0",
26
elixir: "~> 1.16",
27
start_permanent: Mix.env() == :prod,
28
deps: deps(),
0 commit comments