summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Schoenfelder <paulschoenfelder@gmail.com>2014-10-21 15:31:11 -0500
committerPaul Schoenfelder <paulschoenfelder@gmail.com>2014-10-21 15:31:11 -0500
commitd3b9b32bbcde07aa20de7e01edd62b742e22d4f8 (patch)
treeab914590129eb8c54b6e7992fef61ac3812748bf /README.md
parentMerge pull request #18 from jeffweiss/simplify_add_handler_logic (diff)
Version 0.8.5
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 63a218a..89fa1c4 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.8.4"}]
+ [{:exirc, "~> 0.8.5"}]
end
defp application do