summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorPaul Schoenfelder <paulschoenfelder@gmail.com>2013-12-10 01:11:49 -0600
committerPaul Schoenfelder <paulschoenfelder@gmail.com>2013-12-10 01:11:49 -0600
commit388a0ac2bf9689332101379537471f1039adfe49 (patch)
tree4d8181ce08ddb44b9774b1029e601144abb57e2e /mix.exs
parentUpdate Client documentation (diff)
Version 0.1.1
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 132a969..2c05293 100644
--- a/mix.exs
+++ b/mix.exs
@@ -3,7 +3,7 @@ defmodule ExIrc.Mixfile do
def project do
[ app: :exirc,
- version: "0.1.0",
+ version: "0.1.1",
name: "ExIrc",
source_url: "https://github.com/bitwalker/exirc",
homepage_url: "http://bitwalker.github.io/exirc",