diff --git a/BuildCommand.cs b/BuildCommand.cs
index b0a258e..2013e67 100644
--- a/BuildCommand.cs
+++ b/BuildCommand.cs
@@ -48,7 +48,7 @@ public class BuildCommand : ICommand
var qrGenerator = new QRCodeGenerator();
- var qrCodeData = qrGenerator.CreateQrCode(source, QRCodeGenerator.ECCLevel.H);
+ var qrCodeData = qrGenerator.CreateQrCode(source, QRCodeGenerator.ECCLevel.M);
var qrCode = new SvgQRCode(qrCodeData);
var asciiCode = new AsciiQRCode(qrCodeData);
var qrCodeAsASCII = asciiCode.GetGraphicSmall();
diff --git a/Glyph.csproj b/Glyph.csproj
index 7390897..3a788b9 100644
--- a/Glyph.csproj
+++ b/Glyph.csproj
@@ -6,7 +6,7 @@
enable
glyph
enable
- 0.2.103
+ 0.2.104
diff --git a/sample.svg b/sample.svg
index e928e91..62ceba9 100644
--- a/sample.svg
+++ b/sample.svg
@@ -1,294 +1,188 @@
-