Skip to content

Commit 017db86

Browse files
committed
Bump to version 3.1.1
1 parent f609f5b commit 017db86

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/sanescansrv/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
__title__ = "Sane Scanner Webserver"
2222
__author__ = "CoolCat467"
23-
__version__ = "3.1.0"
23+
__version__ = "3.1.1"
2424
__license__ = "GNU General Public License Version 3"
2525

2626

src/sanescansrv/templates/error_page.html.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<footer>
2525
<i>If you're reading this, the web server was installed correctly.™</i>
2626
<hr>
27-
<p>Sane Scanner Webserver v3.1.0 © CoolCat467</p>
27+
<p>Sane Scanner Webserver v3.1.1 © CoolCat467</p>
2828
</footer>
2929
</body>
3030
</html>

src/sanescansrv/templates/root_get.html.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<footer>
5252
<i>If you're reading this, the web server was installed correctly.™</i>
5353
<hr>
54-
<p>Sane Scanner Webserver v3.1.0 © CoolCat467</p>
54+
<p>Sane Scanner Webserver v3.1.1 © CoolCat467</p>
5555
</footer>
5656
</body>
5757
</html>

src/sanescansrv/templates/scan-status_get.html.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<footer>
2222
<i>If you're reading this, the web server was installed correctly.™</i>
2323
<hr>
24-
<p>Sane Scanner Webserver v3.1.0 © CoolCat467</p>
24+
<p>Sane Scanner Webserver v3.1.1 © CoolCat467</p>
2525
</footer>
2626
</body>
2727
</html>

src/sanescansrv/templates/scanners_get.html.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<footer>
3636
<i>If you're reading this, the web server was installed correctly.™</i>
3737
<hr>
38-
<p>Sane Scanner Webserver v3.1.0 © CoolCat467</p>
38+
<p>Sane Scanner Webserver v3.1.1 © CoolCat467</p>
3939
</footer>
4040
</body>
4141
</html>

src/sanescansrv/templates/settings_get.html.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<footer>
2727
<i>If you're reading this, the web server was installed correctly.™</i>
2828
<hr>
29-
<p>Sane Scanner Webserver v3.1.0 © CoolCat467</p>
29+
<p>Sane Scanner Webserver v3.1.1 © CoolCat467</p>
3030
</footer>
3131
</body>
3232
</html>

0 commit comments

Comments
 (0)