Skip to content

Commit

Permalink
Patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpursley committed Feb 14, 2024
1 parent ebdceb1 commit 6687813
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 @@ -16,7 +16,7 @@ Installing Moebius involves a few small steps:

```elixir
def deps do
[{:moebius, "~> 4.0.1"}]
[{:moebius, "~> 4.0.2"}]
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 Moebius.Mixfile do
use Mix.Project

@version "4.0.1"
@version "4.0.2"

def project do
[
Expand Down

0 comments on commit 6687813

Please sign in to comment.