diff --git a/rebar.config b/rebar.config index f27db27..fa4ce6f 100644 --- a/rebar.config +++ b/rebar.config @@ -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 ] }. diff --git a/src/edbg.app.src b/src/edbg.app.src index 97ad1a9..20c41d5 100644 --- a/src/edbg.app.src +++ b/src/edbg.app.src @@ -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,