Skip to content
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.

Commit

Permalink
Bumped to version 0.3.0 for the LFE v1.0 release!
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Mar 17, 2016
1 parent 6277b6c commit ec218cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
6 changes: 1 addition & 5 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
{erl_opts, []}.

{deps, [
{lfe, ".*", {git, "https://github.com/rvirding/lfe.git", {tag, "v0.10.1"}}}
]}.

{plugins, [
{'lfe-compile', ".*",
{git, "https://github.com/lfe-rebar3/compile.git", {tag, "0.2.2"}}}
{git, "https://github.com/lfe-rebar3/compile.git", {tag, "0.3.0"}}}
]}.

{provider_hooks, [
Expand Down
5 changes: 1 addition & 4 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
[{<<"lfe">>,
{git,"https://github.com/rvirding/lfe.git",
{ref,"d7bc80da04aedd0a607f17d8d149eba363872b4b"}},
0}].
[].
2 changes: 1 addition & 1 deletion src/lfe-version.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, 'lfe-version',
[{description, "The LFE rebar3 version plugin"},
{vsn, "0.2.2"},
{vsn, "0.3.0"},
{registered, []},
{applications,
[kernel,
Expand Down

0 comments on commit ec218cd

Please sign in to comment.