Skip to content

Commit

Permalink
Release: 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cpursley committed May 14, 2024
1 parent 3bfed53 commit 1f734e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
erlang 26.1.2
erlang 26.2.1
elixir 1.15.7-otp-26
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.2"}]
[{:moebius, "~> 4.1.0"}]
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.2"
@version "4.1.0"

def project do
[
Expand Down

0 comments on commit 1f734e3

Please sign in to comment.