aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2017-11-26 17:36:40 -0700
committerkballou <kballou@devnulllabs.io>2017-11-26 17:36:40 -0700
commit0a335dc900fa3eb3e4b224c618394b69a2807ca1 (patch)
treec1c7b9633bbc3c62f88ea4a48d1b99a4de1d319b /mix.exs
parent9f8fb1aadb618e26077ad25a722c65f00dabc134 (diff)
downloadoctonetcat-0.3.3.tar.gz
octonetcat-0.3.3.tar.xz
Append newline character before sending to socketHEAD0.3.3master
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 f31ea67..2029096 100644
--- a/mix.exs
+++ b/mix.exs
@@ -6,7 +6,7 @@ defmodule Octonetcat.Mixfile do
app: :octonetcat,
description: "Demo Echo Server Application",
package: package(),
- version: "0.3.2",
+ version: "0.3.3",
elixir: "~> 1.5",
start_permanent: Mix.env == :prod,
docs: docs(),