Skip to content

Commit e66af22

Browse files
committed
Bump version to 0.5.0
1 parent 7e28d4c commit e66af22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
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.4.0"}
18+
{:flagpack, "~> 0.5.0"}
1919
]
2020
end
2121
```

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ defmodule Flagpack.MixProject do
2222
def project do
2323
[
2424
app: :flagpack,
25-
version: "0.4.1",
25+
version: "0.5.0",
2626
elixir: "~> 1.16",
2727
start_permanent: Mix.env() == :prod,
2828
deps: deps(),

0 commit comments

Comments
 (0)