feat: Add interactive hover effects to the session tracker UI and update module version.

This commit is contained in:
CPTN Cosmo 2025-12-21 20:07:14 +01:00
parent 05184e929f
commit abb8780f41
2 changed files with 26 additions and 12 deletions

View file

@ -2,7 +2,7 @@
"id": "fvtt-session-tracker",
"title": "Session Tracker",
"description": "A lightweight session tracker for Foundry VTT V13.",
"version": "1.0.0",
"version": "1.0.1",
"authors": [
{
"name": "CPTN Cosmo",
@ -23,6 +23,6 @@
],
"url": "https://github.com/cptn-cosmo/fvtt-session-tracker",
"manifest": "https://github.com/cptn-cosmo/fvtt-session-tracker/releases/latest/download/module.json",
"download": "https://github.com/cptn-cosmo/fvtt-session-tracker/releases/download/1.0.0/fvtt-session-tracker.zip",
"download": "https://github.com/cptn-cosmo/fvtt-session-tracker/releases/download/1.0.1/fvtt-session-tracker.zip",
"license": "MIT"
}