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,
|
||||
[{description, "QRCode Encoder"},
|
||||
{vsn, "1.0.0"},
|
||||
{modules, [qrcode, qrcode_matrix, qrcode_mask, reedsolomon, gf256, bits, base32]},
|
||||
{vsn, "1.0.1"},
|
||||
{modules, [qrcode, qrcode_matrix, qrcode_mask, qrcode_reedsolomon, gf256, bits, base32]},
|
||||
{mod, {qrcode, []}},
|
||||
{registered, []},
|
||||
{env, []},
|
||||
|
Loading…
Reference in New Issue
Block a user