Skip to content

Commit

Permalink
Use lfe 0.10.1 and ltest 0.3.0
Browse files Browse the repository at this point in the history
Bump to 0.2.1
  • Loading branch information
yurrriq committed Mar 3, 2016
1 parent cf3e549 commit a0c632b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
{lfe_first_files, ["src/levaindoc-util.lfe"]}.

{deps,
[{lfe, {git, "git://github.com/rvirding/lfe", {branch, "develop"}}},
{ltest, {git, "git://github.com/lfex/ltest.git", {branch, "master"}}},
[{lfe, {git, "git://github.com/rvirding/lfe", {tag, "0.10.1"}}},
{ltest, {git, "git://github.com/lfex/ltest.git", {tag, "0.7.0"}}},
{clj, {git, "git://github.com/lfex/clj.git", {tag, "0.3.0"}}}]}.

{plugins,
Expand Down
2 changes: 1 addition & 1 deletion rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
1},
{<<"lfe">>,
{git,"git://github.com/rvirding/lfe",
{ref,"f0c613e6ebe9cd185782de224dfb5c1f261403cc"}},
{ref,"d7bc80da04aedd0a607f17d8d149eba363872b4b"}},
0},
{<<"ltest">>,
{git,"git://github.com/lfex/ltest.git",
Expand Down
2 changes: 1 addition & 1 deletion src/levaindoc.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{application, levaindoc,
[{description, "Lightweight LFE wrapper for pandoc."},
{vsn, "0.2.0"},
{vsn, "0.2.1"},
{registered, []},
{applications, [kernel, stdlib]},
{env, []},
Expand Down

0 comments on commit a0c632b

Please sign in to comment.