diff options
Diffstat (limited to 'src/r3_hex_tarball.erl')
-rw-r--r-- | src/r3_hex_tarball.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/r3_hex_tarball.erl b/src/r3_hex_tarball.erl index dd2c77a..fb8c798 100644 --- a/src/r3_hex_tarball.erl +++ b/src/r3_hex_tarball.erl @@ -1,4 +1,4 @@ -%% Vendored from hex_core v0.5.0, do not edit manually +%% Vendored from hex_core v0.5.1, do not edit manually -module(r3_hex_tarball). -export([create/2, create_docs/1, unpack/2, format_checksum/1, format_error/1]). |