Skip to content

Commit 6503f9d

Browse files
committed
Bump version to 0.6.0
1 parent e5f74e5 commit 6503f9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The package can be installed by adding `flagpack` to your list of dependencies i
1515
```elixir
1616
def deps do
1717
[
18-
{:flagpack, "~> 0.5.0"}
18+
{:flagpack, "~> 0.6.0"}
1919
]
2020
end
2121
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ defmodule Flagpack.MixProject do
2626
def project do
2727
[
2828
app: :flagpack,
29-
version: "0.5.2",
29+
version: "0.6.0",
3030
elixir: "~> 1.16",
3131
start_permanent: Mix.env() == :prod,
3232
deps: deps(),

0 commit comments

Comments
 (0)