Skip to content

Commit

Permalink
Goto v0.4.0
Browse files Browse the repository at this point in the history
This is a major change due to the way we handle releases.
There are now a separate frontend and backend, the frontend
is responsible for downloading erts and libraries.
Backend may be run on it's own for headless systems and for
such we MAY provide erts for simplicity.
  • Loading branch information
lafka committed Jul 8, 2016
1 parent cf32fc9 commit 807fa7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Tinyconnect.Mixfile do
use Mix.Project

@version "0.3.0-alpha"
@version "0.4.0-alpha"
def project do
[app: :tinyconnect,
version: @version,
Expand Down
4 changes: 2 additions & 2 deletions relx.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{release, {tinyconnect, "0.3.0"}, [tinyconnect]}.
{release, {tinyconnect, "0.4.0-pr1"}, [tinyconnect]}.

{extended_start_script, true}.
{include_erts, true}.
{include_erts, false}.

0 comments on commit 807fa7c

Please sign in to comment.