summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Schoenfelder <paulschoenfelder@gmail.com>2014-11-26 15:33:27 -0600
committerPaul Schoenfelder <paulschoenfelder@gmail.com>2014-11-26 15:33:27 -0600
commit18d311738174a136141c195c4b4aee1ac1a4b4eb (patch)
tree120d6adfeb109c5e175eb93f300cf94dba08c20c /README.md
parentMerge pull request #21 from jeffweiss/strip_whitespace_from_channel_name (diff)
Version 0.9.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 14cfb14..d497463 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ Add ExIrc as a dependency to your project in mix.exs, and add it as an applicati
```elixir
defp deps do
- [{:exirc, "~> 0.9.0"}]
+ [{:exirc, "~> 0.9.1"}]
end
defp application do