Skip to content

Commit

Permalink
Release: v0.1.1 (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuzekAlan authored Mar 10, 2025
1 parent a610c57 commit e8ac089
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 @@ -15,7 +15,7 @@ Add `live_debugger` to your list of dependencies in `mix.exs`:
```elixir
defp deps do
[
{:live_debugger, "~> 0.1.0", only: :dev}
{:live_debugger, "~> 0.1.1", only: :dev}
]
end
```
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 LiveDebugger.MixProject do
use Mix.Project

@version "0.1.0"
@version "0.1.1"

def project do
[
Expand Down

0 comments on commit e8ac089

Please sign in to comment.