Current section

13 Versions

Jump to

Compare versions

5 files changed
+5 additions
-5 deletions
  @@ -29,4 +29,4 @@
29 29 {<<"GitHub">>,<<"https://github.com/clojerl/rebar3_clojerl">>}]}.
30 30 {<<"name">>,<<"rebar3_clojerl">>}.
31 31 {<<"requirements">>,[]}.
32 - {<<"version">>,<<"0.8.4">>}.
32 + {<<"version">>,<<"0.8.5">>}.
  @@ -1,7 +1,7 @@
1 1 {erl_opts, [debug_info]}.
2 2
3 3 {deps, [{clojerl, "0.7.0"}]}.
4 - {plugins, [{rebar3_clojerl, "0.8.3"}]}.
4 + {plugins, [{rebar3_clojerl, "0.8.5"}]}.
5 5
6 6 {escript_incl_apps, [{{name}}]}.
7 7 {escript_main_app, {{name}}}.
  @@ -1,4 +1,4 @@
1 1 {erl_opts, [debug_info]}.
2 2
3 3 {deps, [{clojerl, "0.7.0"}]}.
4 - {plugins, [{rebar3_clojerl, "0.8.3"}]}.
4 + {plugins, [{rebar3_clojerl, "0.8.5"}]}.
  @@ -1,7 +1,7 @@
1 1 {erl_opts, [debug_info]}.
2 2
3 3 {deps, [{clojerl, "0.7.0"}]}.
4 - {plugins, [{rebar3_clojerl, "0.8.3"}]}.
4 + {plugins, [{rebar3_clojerl, "0.8.5"}]}.
5 5
6 6 {relx, [ { release
7 7 , {{{name}}, "0.1.0"}
  @@ -1,6 +1,6 @@
1 1 {application,rebar3_clojerl,
2 2 [{description,"Compile clojerl projects"},
3 - {vsn,"0.8.4"},
3 + {vsn,"0.8.5"},
4 4 {registered,[]},
5 5 {applications,[kernel,stdlib]},
6 6 {env,[]},