Skip to content

Commit

Permalink
Correct the patch version
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Smith <jsmith@mux.com>
  • Loading branch information
jaredsmith committed May 18, 2023
1 parent 871eeb6 commit 4c2b825
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 @@ -21,7 +21,7 @@ Add `mux` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:mux, "~> 3.1.1"}
{:mux, "~> 3.2.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Mux.MixProject do

@github_url "/~https://github.com/muxinc/mux-elixir"

@version "3.1.1"
@version "3.2.1"

def project do
[
Expand Down

0 comments on commit 4c2b825

Please sign in to comment.