Skip to content

Commit b2abbbf

Browse files
committed
Bump version to 0.1.1
1 parent 4bc75ee commit b2abbbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.0"}
15+
{:nebulex_local_multilevel_adapter, "~> 0.1.1"}
1616
]
1717
end
1818
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule NebulexLocalMultilevelAdapter.MixProject do
55
@name "NebulexLocalMultilevelAdapter"
66
@source_url "https://github.com/slab/nebulex_local_multilevel_adapter"
77
@nbx_vsn "2.4.2"
8-
@version "0.1.0"
8+
@version "0.1.1"
99

1010
def project do
1111
[

0 commit comments

Comments
 (0)