We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51971fc commit f75139dCopy full SHA for f75139d
README.md
@@ -24,7 +24,7 @@ def application do
24
end
25
26
def deps do
27
- [{:slack, "~> 0.23.2"}]
+ [{:slack, "~> 0.23.3"}]
28
29
```
30
mix.exs
@@ -4,7 +4,7 @@ defmodule Slack.Mixfile do
4
def project do
5
[
6
app: :slack,
7
- version: "0.23.2",
+ version: "0.23.3",
8
elixir: "~> 1.7",
9
elixirc_paths: elixirc_paths(Mix.env()),
10
name: "Slack",
0 commit comments