From 80f0ad6019a2dea9f3ef06511c21503da87199dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 1 Nov 2016 23:13:27 +0200 Subject: Fix version number and add .app file --- Makefile | 2 +- ebin/asciideck.app | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 ebin/asciideck.app diff --git a/Makefile b/Makefile index c595cbb..c3bcce5 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PROJECT = asciideck PROJECT_DESCRIPTION = Asciidoc for Erlang. -PROJECT_VERSION = 0.0.1 +PROJECT_VERSION = 0.1.0 TEST_DEPS = ct_helper dep_ct_helper = git https://github.com/extend/ct_helper master diff --git a/ebin/asciideck.app b/ebin/asciideck.app new file mode 100644 index 0000000..7569674 --- /dev/null +++ b/ebin/asciideck.app @@ -0,0 +1,7 @@ +{application, asciideck, [ + {description, "Asciidoc for Erlang."}, + {vsn, "0.1.0"}, + {modules, ['asciideck','asciideck_parser','asciideck_to_manpage']}, + {registered, []}, + {applications, [kernel,stdlib]} +]}. \ No newline at end of file -- cgit v1.2.3