There was an error while loading. Please reload this page.
1 parent 81cf2ad commit 14bc530Copy full SHA for 14bc530
README.md
@@ -21,7 +21,7 @@ Add `mux` to your list of dependencies in `mix.exs`:
21
```elixir
22
def deps do
23
[
24
- {:mux, "~> 1.9.0"}
+ {:mux, "~> 1.9.1"}
25
]
26
end
27
```
mix.exs
@@ -3,7 +3,7 @@ defmodule Mux.MixProject do
3
4
@github_url "https://github.com/muxinc/mux-elixir"
5
6
- @version "1.9.0"
+ @version "1.9.1"
7
8
def project do
9
0 commit comments