Skip to content

Commit

Permalink
v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolCat467 committed Nov 27, 2023
1 parent dce4278 commit 0a64a32
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/sanescansrv/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

__title__ = "Sane Scanner Web Server"
__author__ = "CoolCat467"
__version__ = "2.2.1"
__version__ = "2.2.2"
__license__ = "GPLv3"


Expand Down
2 changes: 1 addition & 1 deletion src/sanescansrv/templates/error_page.html.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<footer>
<i>If you're reading this, the web server was installed correctly.™</i>
<hr>
<p>Sane Scanner Web Server v2.2.1 © CoolCat467</p>
<p>Sane Scanner Web Server v2.2.2 © CoolCat467</p>
</footer>
</body>
</html>
2 changes: 1 addition & 1 deletion src/sanescansrv/templates/root_get.html.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<footer>
<i>If you're reading this, the web server was installed correctly.™</i>
<hr>
<p>Sane Scanner Web Server v2.2.1 © CoolCat467</p>
<p>Sane Scanner Web Server v2.2.2 © CoolCat467</p>
</footer>
</body>
</html>
2 changes: 1 addition & 1 deletion src/sanescansrv/templates/scan-status_get.html.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<footer>
<i>If you're reading this, the web server was installed correctly.™</i>
<hr>
<p>Sane Scanner Web Server v2.2.1 © CoolCat467</p>
<p>Sane Scanner Web Server v2.2.2 © CoolCat467</p>
</footer>
</body>
</html>
2 changes: 1 addition & 1 deletion src/sanescansrv/templates/scanners_get.html.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<footer>
<i>If you're reading this, the web server was installed correctly.™</i>
<hr>
<p>Sane Scanner Web Server v2.2.1 © CoolCat467</p>
<p>Sane Scanner Web Server v2.2.2 © CoolCat467</p>
</footer>
</body>
</html>
2 changes: 1 addition & 1 deletion src/sanescansrv/templates/settings_get.html.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<footer>
<i>If you're reading this, the web server was installed correctly.™</i>
<hr>
<p>Sane Scanner Web Server v2.2.1 © CoolCat467</p>
<p>Sane Scanner Web Server v2.2.2 © CoolCat467</p>
</footer>
</body>
</html>

0 comments on commit 0a64a32

Please sign in to comment.