Skip to content

Commit

Permalink
Stepping vsn
Browse files Browse the repository at this point in the history
  • Loading branch information
Torbjorn Tornkvist committed Oct 9, 2017
1 parent 37b36e2 commit 2b37168
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{erl_opts, [debug_info]}.

{deps, [
%{pp_record, "0.1.1"}, % package
{pp_record, {git, "git://github.com/etnt/pp_record.git", {tag, "0.1.1"}}} % alternatively, source
{pp_record, "0.1.2"}, % package
%{pp_record, {git, "git://github.com/etnt/pp_record.git", {tag, "0.1.1"}}} % alternatively, source
]
}.
2 changes: 1 addition & 1 deletion src/edbg.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, edbg,
[{description, "TTY interface to the Erlang debugger and tracer"},
{vsn, "0.1.1"},
{vsn, "0.1.3"},
{registered, []},
{applications,
[kernel,
Expand Down

0 comments on commit 2b37168

Please sign in to comment.