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

Commit

Permalink
Merge branch 'release/0.4.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
yurrriq committed Jun 19, 2016
2 parents 4ae943c + b822d39 commit 9414084
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ Add the required plugins and provider hooks to your ``rebar.config``:
```erlang
{plugins, [
{'lfe-compile', ".*",
{git, "https://github.com/lfe-rebar3/compile.git", {tag, "0.4.0"}}},
{git, "https://github.com/lfe-rebar3/compile.git", {tag, "0.5.0"}}},
{'lfe-version', ".*",
{git, "https://github.com/lfe-rebar3/version.git", {tag, "0.3.1"}}}
{git, "https://github.com/lfe-rebar3/version.git", {tag, "0.4.0"}}}
]}.

{provider_hooks, [
{pre, [{compile, {lfe, compile}}]}
{post, [{compile, {lfe, compile}}]}
]}.
```

Expand All @@ -56,6 +56,6 @@ $ rebar3 lfe version
(#(erlang "18")
#(emulator "7.0")
#(driver-version "3.2")
#(lfe "0.10.1")
#(rebar "3.0.0-beta.4+build.182.refd2628b6"))
#(lfe "1.1.1")
#(rebar "3.1.1"))
```
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

{provider_hooks, [
Expand Down
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.3.2"},
{vsn, "0.4.0"},
{registered, []},
{applications,
[kernel,
Expand Down

0 comments on commit 9414084

Please sign in to comment.