Skip to content

Commit

Permalink
Added version to settings page, Bumped version to 5.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
xbubbo committed Mar 16, 2024
1 parent d98c8fb commit 0d81ffb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "in",
"version": "5.1.4",
"version": "5.1.5",
"type": "module",
"engines": {
"npm": ">=7.0.0",
Expand Down
5 changes: 5 additions & 0 deletions static/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@ <h3>Themes!</h3>
<option value="catppuccinLatte">Latte</option>
</select>
</div>
<div class="settings-card">
<h3>Site Info</h3>
<p>Version: 5.1.5</p>
<p>Last Updated: March 16th, 2024</p>
</div>
</div>
</div>
<script src="/assets/scripts/main.js?v=9"></script>
Expand Down

0 comments on commit 0d81ffb

Please sign in to comment.