Skip to content

Commit

Permalink
Bump to v1.6.0 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
varsill authored Dec 22, 2022
1 parent db38ddd commit ce725de
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 @@ -13,7 +13,7 @@ API documentation is available at [HexDocs](https://hexdocs.pm/bunch/)
Add the following line to your `deps` in `mix.exs`. Run `mix deps.get`.

```elixir
{:bunch, "~> 1.4"}
{:bunch, "~> 1.6"}
```

## Copyright and License
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 Bunch.MixProject do
use Mix.Project

@version "1.5.0"
@version "1.6.0"
@github_url "https://github.com/membraneframework/bunch"

def project do
Expand Down

0 comments on commit ce725de

Please sign in to comment.