Skip to content

Commit 4413731

Browse files
committed
Fix module name in app file
Changed reedsolomon to qrcode_reedsoloman in app file to correct dependency. Bumped version
1 parent 5966565 commit 4413731

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ebin/qrcode.app

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{application, qrcode,
22
[{description, "QRCode Encoder"},
3-
{vsn, "1.0.0"},
4-
{modules, [qrcode, qrcode_matrix, qrcode_mask, reedsolomon, gf256, bits, base32]},
3+
{vsn, "1.0.1"},
4+
{modules, [qrcode, qrcode_matrix, qrcode_mask, qrcode_reedsolomon, gf256, bits, base32]},
55
{mod, {qrcode, []}},
66
{registered, []},
77
{env, []},

0 commit comments

Comments
 (0)