Skip to content

Commit 6c2e5d6

Browse files
committed
Merge pull request #17 from tsloughter/master
version bump
2 parents da82920 + 16a973b commit 6c2e5d6

File tree

1 file changed

+10
-17
lines changed

1 file changed

+10
-17
lines changed

src/pc.app.src

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
1-
{application, pc,
2-
[
3-
{description, "a rebar3 port compiler for native code"},
4-
{vsn, "0.2.0"},
5-
{registered, []},
6-
{applications,
7-
[
8-
kernel,
9-
stdlib
10-
]},
11-
{env,[]},
12-
{modules, []},
13-
14-
{contributors, ["Brian L. Troutwine"]},
15-
{licenses, ["MIT"]},
16-
{links, [{"Github", "https://github.com/blt/port_compiler"}]}
17-
]}.
1+
{application,pc,
2+
[{description,"a rebar3 port compiler for native code"},
3+
{vsn,"0.3.0"},
4+
{registered,[]},
5+
{applications,[kernel,stdlib]},
6+
{env,[]},
7+
{modules,[]},
8+
{contributors,["Brian L. Troutwine"]},
9+
{licenses,["MIT"]},
10+
{links,[{"Github","https://github.com/blt/port_compiler"}]}]}.

0 commit comments

Comments
 (0)