Skip to content

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
martosaur committed Mar 22, 2023
1 parent 4bc75ee commit b2abbbf
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.0"}
{:nebulex_local_multilevel_adapter, "~> 0.1.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule NebulexLocalMultilevelAdapter.MixProject do
@name "NebulexLocalMultilevelAdapter"
@source_url "https://github.com/slab/nebulex_local_multilevel_adapter"
@nbx_vsn "2.4.2"
@version "0.1.0"
@version "0.1.1"

def project do
[
Expand Down

0 comments on commit b2abbbf

Please sign in to comment.