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

Commit 6d7a824

Browse files
committed
Set the version correctly.
1 parent 4ffdaa9 commit 6d7a824

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Add the plugin to your ``rebar.config``:
4444
```erlang
4545
{plugins, [
4646
{'lfe-compile',
47-
{git, "https://github.com/lfe-rebar3/compile.git", {tag, "0.4.0"}}}
47+
{git, "https://github.com/lfe-rebar3/compile.git", {tag, "0.3.0"}}}
4848
]}.
4949
```
5050

src/lfe-compile.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, 'lfe-compile',
22
[{description, "The LFE rebar3 compiler plugin"},
3-
{vsn, "0.4.0"},
3+
{vsn, "0.3.0"},
44
{registered, []},
55
{applications,
66
[kernel,

0 commit comments

Comments
 (0)