Skip to content

Commit 81dc31a

Browse files
committed
0.2.0
1 parent 3c1c16e commit 81dc31a

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
@@ -12,7 +12,7 @@ Add `nebulex_local_multilevel_adapter` to your list of dependencies in `mix.exs`
1212
```elixir
1313
def deps do
1414
[
15-
{:nebulex_local_multilevel_adapter, "~> 0.1.1"}
15+
{:nebulex_local_multilevel_adapter, "~> 0.2.0"}
1616
]
1717
end
1818
```

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule NebulexLocalMultilevelAdapter.MixProject do
66
@source_url "https://github.com/slab/nebulex_local_multilevel_adapter"
77
@nbx_tag "2.5.1"
88
@nbx_vsn "2.5"
9-
@version "0.1.1"
9+
@version "0.2.0"
1010

1111
def project do
1212
[

0 commit comments

Comments
 (0)