We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d98c8fb commit 0d81ffbCopy full SHA for 0d81ffb
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "in",
3
- "version": "5.1.4",
+ "version": "5.1.5",
4
"type": "module",
5
"engines": {
6
"npm": ">=7.0.0",
static/settings.html
@@ -134,6 +134,11 @@ <h3>Themes!</h3>
134
<option value="catppuccinLatte">Latte</option>
135
</select>
136
</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>
142
143
144
<script src="/assets/scripts/main.js?v=9"></script>
0 commit comments