We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f4e969 + f75139d commit a43c7b7Copy full SHA for a43c7b7
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
lib/slack/state.ex
@@ -20,11 +20,11 @@ defmodule Slack.State do
20
:token,
21
:me,
22
:team,
23
- :bots,
- :channels,
- :groups,
- :users,
- :ims
+ bots: %{},
+ channels: %{},
+ groups: %{},
+ users: %{},
+ ims: %{}
]
@doc """
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