Skip to content

Commit 14bc530

Browse files
authored
bump 1.9.1 (#27)
1 parent 81cf2ad commit 14bc530

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Add `mux` to your list of dependencies in `mix.exs`:
2121
```elixir
2222
def deps do
2323
[
24-
{:mux, "~> 1.9.0"}
24+
{:mux, "~> 1.9.1"}
2525
]
2626
end
2727
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Mux.MixProject do
33

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

6-
@version "1.9.0"
6+
@version "1.9.1"
77

88
def project do
99
[

0 commit comments

Comments
 (0)