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

Commit

Permalink
Set the version correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Mar 17, 2016
1 parent 4ffdaa9 commit 6d7a824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Add the plugin 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.3.0"}}}
]}.
```

Expand Down
2 changes: 1 addition & 1 deletion src/lfe-compile.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, 'lfe-compile',
[{description, "The LFE rebar3 compiler plugin"},
{vsn, "0.4.0"},
{vsn, "0.3.0"},
{registered, []},
{applications,
[kernel,
Expand Down

0 comments on commit 6d7a824

Please sign in to comment.