diff --git a/src/ered.app.src b/src/ered.app.src index faea689..8704811 100644 --- a/src/ered.app.src +++ b/src/ered.app.src @@ -1,6 +1,6 @@ {application, ered, [{description, "Valkey client"}, - {vsn, "0.9.1"}, + {vsn, "0.9.2"}, {registered, []}, {applications, [kernel, diff --git a/src/ered.erl b/src/ered.erl index b0f1673..0510908 100644 --- a/src/ered.erl +++ b/src/ered.erl @@ -11,6 +11,7 @@ -export_type([opt/0, addr/0, + host/0, command/0, reply/0, reply_fun/0,