projects
/
erlang-estap.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Version bump.
[erlang-estap.git]
/
src
/
estap.app.src
diff --git
a/src/estap.app.src
b/src/estap.app.src
index
034cf17
..
2ac89e9
100644
(file)
--- a/
src/estap.app.src
+++ b/
src/estap.app.src
@@
-1,6
+1,6
@@
{application, estap, [
{description, "escript TAP producer"},
- {vsn, "0.2.0"},
+ {vsn, "0.3.0"},
{registered, []},
{applications, [kernel, stdlib, crypto]}
]}.