Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martosaur committed Jun 19, 2023
1 parent 3c1c16e commit 81dc31a
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 @@ -12,7 +12,7 @@ Add `nebulex_local_multilevel_adapter` to your list of dependencies in `mix.exs`
```elixir
def deps do
[
{:nebulex_local_multilevel_adapter, "~> 0.1.1"}
{:nebulex_local_multilevel_adapter, "~> 0.2.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule NebulexLocalMultilevelAdapter.MixProject do
@source_url "https://github.com/slab/nebulex_local_multilevel_adapter"
@nbx_tag "2.5.1"
@nbx_vsn "2.5"
@version "0.1.1"
@version "0.2.0"

def project do
[
Expand Down

0 comments on commit 81dc31a

Please sign in to comment.