Skip to content

Commit

Permalink
[release] v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aruZeta committed Sep 9, 2022
1 parent 3f3709b commit 9abbd39
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion QRgen.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "1.0.0"
version = "1.0.1"
author = "aruZeta"
description = "A QR code generation library."
license = "MIT"
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://github.com/aruZeta/QRgen/blob/develop/share/img/logo.svg"
<img src="https://github.com/aruZeta/QRgen/blob/main/share/img/logo.svg"
width="300px" height="300px" />
</p>

Expand Down Expand Up @@ -45,11 +45,11 @@ let myQR = newQR("https://github.com/aruZeta/QRgen")
<tr>
<td align="center">
<pre>myQR.printTerminal</pre>
<img src="https://github.com/aruZeta/QRgen/blob/develop/share/img/terminal-example.png" width="200px" height="200px"/>
<img src="https://github.com/aruZeta/QRgen/blob/main/share/img/terminal-example.png" width="200px" height="200px"/>
</td>
<td align="center">
<pre>myQR.printSvg</pre>
<img src="https://github.com/aruZeta/QRgen/blob/develop/share/img/svg-example.svg" width="200px" height="200px" />
<img src="https://github.com/aruZeta/QRgen/blob/main/share/img/svg-example.svg" width="200px" height="200px" />
</td>
</tr>
</tbody>
Expand All @@ -63,11 +63,11 @@ let myQR = newQR("https://github.com/aruZeta/QRgen")
<tr>
<td align="center">
<pre>myQR.printSvg("#1d2021","#98971a")</pre>
<img src="https://github.com/aruZeta/QRgen/blob/develop/share/img/svg-colors-example.svg" width="200px" height="200px" />
<img src="https://github.com/aruZeta/QRgen/blob/main/share/img/svg-colors-example.svg" width="200px" height="200px" />
</td>
<td align="center">
<pre>myQR.printSvg("#1d2021","#98971a",2)</pre>
<img src="https://github.com/aruZeta/QRgen/blob/develop/share/img/svg-rounded-example.svg" width="200px" height="200px"/>
<img src="https://github.com/aruZeta/QRgen/blob/main/share/img/svg-rounded-example.svg" width="200px" height="200px"/>
</td>
</tr>
</tbody>
Expand All @@ -81,7 +81,7 @@ let myQR = newQR("https://github.com/aruZeta/QRgen")
<tr>
<td align="center">
<pre>myQR.printSvg("#1d2021","#98971a",3.5,0.4)</pre>
<img src="https://github.com/aruZeta/QRgen/blob/develop/share/img/svg-very-rounded-example.svg" width="200px" height="200px" />
<img src="https://github.com/aruZeta/QRgen/blob/main/share/img/svg-very-rounded-example.svg" width="200px" height="200px" />
</td>
<td align="center">
</td>
Expand All @@ -96,7 +96,7 @@ Since the generated SVGs have css classes, we can do stuff like this:

https://user-images.githubusercontent.com/68018085/188283528-45b2daf7-ff61-4930-a757-fd6d0846939c.mp4

Also, check the [docs](https://aruzeta.github.io/QRgen/develop/QRgen.html) to
Also, check the [docs](https://aruzeta.github.io/QRgen/main/QRgen.html) to
know more about the main API.

# License
Expand Down

0 comments on commit 9abbd39

Please sign in to comment.