Current section
4 Versions
Jump to
Current section
4 Versions
Compare versions
3
files changed
+4
additions
-4
deletions
| @@ -1,9 +1,9 @@ | |
| 1 1 | {<<"name">>,<<"couchbeam_amuino">>}. |
| 2 | - {<<"version">>,<<"1.4.3-amuino.7">>}. |
| 2 | + {<<"version">>,<<"1.4.3-amuino.8">>}. |
| 3 3 | {<<"requirements">>, |
| 4 4 | #{<<"hackney">> => |
| 5 5 | #{<<"app">> => <<"hackney">>,<<"optional">> => false, |
| 6 | - <<"requirement">> => <<"~>1.9.0">>}, |
| 6 | + <<"requirement">> => <<"~>1.9">>}, |
| 7 7 | <<"jsx">> => |
| 8 8 | #{<<"app">> => <<"jsx">>,<<"optional">> => false, |
| 9 9 | <<"requirement">> => <<"~>2.8.2">>}}}. |
| @@ -6,7 +6,7 @@ | |
| 6 6 | |
| 7 7 | {deps, [ |
| 8 8 | {jsx, "~>2.8.2"}, |
| 9 | - {hackney, "~>1.9.0"} |
| 9 | + {hackney, "~>1.9"} |
| 10 10 | ]}. |
| @@ -1,6 +1,6 @@ | |
| 1 1 | {application,couchbeam_amuino, |
| 2 2 | [{description,"Erlang CouchDB client + fixes"}, |
| 3 | - {vsn,"1.4.3-amuino.7"}, |
| 3 | + {vsn,"1.4.3-amuino.8"}, |
| 4 4 | {modules,[]}, |
| 5 5 | {registered,[couchbeam_sup]}, |
| 6 6 | {applications,[kernel,stdlib,asn1,crypto,public_key,ssl,idna, |