Skip to content

Commit 0d81ffb

Browse files
committed
Added version to settings page, Bumped version to 5.1.5
1 parent d98c8fb commit 0d81ffb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "in",
3-
"version": "5.1.4",
3+
"version": "5.1.5",
44
"type": "module",
55
"engines": {
66
"npm": ">=7.0.0",

static/settings.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,11 @@ <h3>Themes!</h3>
134134
<option value="catppuccinLatte">Latte</option>
135135
</select>
136136
</div>
137+
<div class="settings-card">
138+
<h3>Site Info</h3>
139+
<p>Version: 5.1.5</p>
140+
<p>Last Updated: March 16th, 2024</p>
141+
</div>
137142
</div>
138143
</div>
139144
<script src="/assets/scripts/main.js?v=9"></script>

0 commit comments

Comments
 (0)