diff --git a/lfe.config b/lfe.config index 8ca427e..8b6188d 100644 --- a/lfe.config +++ b/lfe.config @@ -2,7 +2,7 @@ (#(meta (#(name lutil) #(description "Utility functions for LFE") - #(version "0.7.0") + #(version "0.7.1") #(keywords ("LFE" "Lisp" "Library" "Utility")) #(maintainers ((#(name "Duncan McGreggor") #(email "oubiwann@gmail.com")))) diff --git a/src/lutil.app.src b/src/lutil.app.src index 9ac727a..be1d31f 100644 --- a/src/lutil.app.src +++ b/src/lutil.app.src @@ -5,7 +5,7 @@ {description, "LFE Utility Functions and macros."}, %% The version of the application - {vsn, "0.7.0"}, + {vsn, "0.7.1"}, %% All modules used by the application. {modules,