Skip to content

Commit c173a90

Browse files
committed
v0.2.1
1 parent 4ba357a commit c173a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<button id="btn_toggle_dark_mode" class="btn" onclick="toggleDarkMode()">Dark mode</button>
1414

1515
<header>
16-
<h1>{% block h1%}{% endblock %} <span id="version">v0.2.0</span></h1>
16+
<h1>{% block h1%}{% endblock %} <span id="version">v0.2.1</span></h1>
1717
</header>
1818

1919
{% block content %}{% endblock %}

0 commit comments

Comments
 (0)