Skip to content
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.

Commit

Permalink
Bump version to 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Aug 19, 2013
1 parent 96578aa commit a02b27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule ExMake.Mixfile do

def project() do
[app: :exmake,
version: "0.1.0",
version: "0.2.0",
escript_main_module: ExMake.Application,
escript_path: Path.join("ebin", "exmake"),
escript_emu_args: "%%! -noshell -noinput +B\n"]
Expand Down

0 comments on commit a02b27c

Please sign in to comment.