aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2016-10-31 03:23:48 -0600
committerkballou <kballou@devnulllabs.io>2016-10-31 04:03:09 -0600
commit3bcdc01d8de970905bf923e5cddc7a567d12de0e (patch)
tree740f36c7e5e78916c21be306e92d8e2f7c36dcad /mix.exs
parent6ce4db4dfa1a5a137a83e4f7f56340a763d23fee (diff)
downloadoctochat-0.3.0.tar.gz
octochat-0.3.0.tar.xz
Level up our echo serverv0.3.0
This should enable upgrade process to retain connections * Replace our simple task supervisor with a custom `simple_one_for_one` supervisor * Upgrade our echo server to use a `GenServer` behaviour
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 b504c69..a5bd07f 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.1",
+ version: "0.3.0",
elixir: "~> 1.3",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,