Skip to content

Commit

Permalink
Fix includes and bump to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yurrriq committed Mar 14, 2016
1 parent b8db93f commit a0d4c48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.3.0"},
{vsn, "0.3.1"},
{registered, []},
{applications, [kernel, stdlib]},
{env, []},
Expand Down
4 changes: 2 additions & 2 deletions src/levaindoc.lfe
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
;; Conversions
(export all))

(include-lib "include/conditionals.lfe")
(include-lib "levaindoc/include/conditionals.lfe")

(include-lib "include/conversions.lfe")
(include-lib "levaindoc/include/conversions.lfe")


;;;===================================================================
Expand Down

0 comments on commit a0d4c48

Please sign in to comment.