summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorPaul Schoenfelder <paulschoenfelder@gmail.com>2015-08-10 13:29:16 -0500
committerPaul Schoenfelder <paulschoenfelder@gmail.com>2015-08-10 13:29:16 -0500
commit683b32c86a9dc77fcd175028738a496f882d95cc (patch)
treea4cbdff39f7a8e08dcdcc05f871490a2106edf34 /mix.exs
parentUpdate README (diff)
Version 0.9.2
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 0958567..9ec65ed 100644
--- a/mix.exs
+++ b/mix.exs
@@ -3,7 +3,7 @@ defmodule ExIrc.Mixfile do
def project do
[ app: :exirc,
- version: "0.9.1",
+ version: "0.9.2",
elixir: "~> 1.0",
description: "An IRC client library for Elixir.",
package: package,