aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2016-10-31 00:11:43 -0600
committerkballou <kballou@devnulllabs.io>2016-10-31 00:11:43 -0600
commit6ce4db4dfa1a5a137a83e4f7f56340a763d23fee (patch)
tree27619a81e0ef6301bb1595ba6592b530a1113f1f /mix.exs
parent62b532d0f0236bf91451c7e4bacacc34799caaa6 (diff)
downloadoctochat-0.2.1.tar.gz
octochat-0.2.1.tar.xz
Add better error handling to echo read_linev0.2.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 ff25c44..b504c69 100644
--- a/mix.exs
+++ b/mix.exs
@@ -5,7 +5,7 @@ defmodule Octochat.Mixfile do
[app: :octochat,
description: "Demo Application for How Swapping Code",
package: package(),
- version: "0.2.0",
+ version: "0.2.1",
elixir: "~> 1.3",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,