Fix module name in app file
Changed reedsolomon to qrcode_reedsoloman in app file to correct dependency. Bumped version
This commit is contained in:
parent
596656536a
commit
44137312bc
@ -1,7 +1,7 @@
|
|||||||
{application, qrcode,
|
{application, qrcode,
|
||||||
[{description, "QRCode Encoder"},
|
[{description, "QRCode Encoder"},
|
||||||
{vsn, "1.0.0"},
|
{vsn, "1.0.1"},
|
||||||
{modules, [qrcode, qrcode_matrix, qrcode_mask, reedsolomon, gf256, bits, base32]},
|
{modules, [qrcode, qrcode_matrix, qrcode_mask, qrcode_reedsolomon, gf256, bits, base32]},
|
||||||
{mod, {qrcode, []}},
|
{mod, {qrcode, []}},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
{env, []},
|
{env, []},
|
||||||
|
Loading…
Reference in New Issue
Block a user