We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5966565 commit 4413731Copy full SHA for 4413731
ebin/qrcode.app
@@ -1,7 +1,7 @@
1
{application, qrcode,
2
[{description, "QRCode Encoder"},
3
- {vsn, "1.0.0"},
4
- {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]},
5
{mod, {qrcode, []}},
6
{registered, []},
7
{env, []},
0 commit comments