projects
/
erlang-estap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
7327d20
)
Mini version bump. Now estap is a quite usable thing.
author
Stanislaw Klekot
<dozzie@jarowit.net>
Tue, 16 Jun 2015 01:30:44 +0000
(
03:30
+0200)
committer
Stanislaw Klekot
<dozzie@jarowit.net>
Tue, 16 Jun 2015 01:30:44 +0000
(
03:30
+0200)
src/estap.app.src
patch
|
blob
|
history
diff --git
a/src/estap.app.src
b/src/estap.app.src
index
cf8ffcd
..
7d0bdce
100644
(file)
--- a/
src/estap.app.src
+++ b/
src/estap.app.src
@@
-1,6
+1,6
@@
{application, estap, [
{description, "escript TAP producer"},
- {vsn, "0.0.0"},
+ {vsn, "0.1.0"},
{registered, []},
{applications, [kernel, stdlib, crypto]}
]}.