Skip to content

Commit

Permalink
chore: bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fuelen committed Nov 9, 2024
1 parent 476a126 commit 829ed80
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 @@ -8,7 +8,7 @@ adding `composite` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:composite, "~> 0.4"}
{:composite, "~> 0.5"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Composite.MixProject do
use Mix.Project

@version "0.4.3"
@version "0.5.0"
def project do
[
app: :composite,
Expand Down

0 comments on commit 829ed80

Please sign in to comment.