chore: update plugin page version to 1.1.0

This commit is contained in:
2026-07-25 16:58:58 +08:00
parent a8e189ca84
commit bf29235b75
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -308,7 +308,7 @@ export function PluginPageClient() {
className="inline-flex items-center gap-2 px-3 py-1 rounded-full border border-primary/30 bg-primary/10 text-primary text-xs font-medium" className="inline-flex items-center gap-2 px-3 py-1 rounded-full border border-primary/30 bg-primary/10 text-primary text-xs font-medium"
> >
<Gamepad2Icon className="h-3.5 w-3.5" /> <Gamepad2Icon className="h-3.5 w-3.5" />
Decky Loader Plugin · v1.0.0 Decky Loader Plugin · v1.1.0
</motion.div> </motion.div>
<motion.h1 <motion.h1
+1 -1
View File
@@ -80,7 +80,7 @@ const jsonLd = {
name: "DeckyVault Plugin", name: "DeckyVault Plugin",
applicationCategory: "UtilitiesApplication", applicationCategory: "UtilitiesApplication",
operatingSystem: "SteamOS", operatingSystem: "SteamOS",
softwareVersion: "1.0.0", softwareVersion: "1.1.0",
offers: { "@type": "Offer", price: "0", priceCurrency: "USD" }, offers: { "@type": "Offer", price: "0", priceCurrency: "USD" },
description: description:
"A Decky Loader plugin that records Steam Deck performance metrics (FPS, frame times, power draw) with MangoHud and uploads them to DeckyVault.", "A Decky Loader plugin that records Steam Deck performance metrics (FPS, frame times, power draw) with MangoHud and uploads them to DeckyVault.",