fix version placeholder in plugin.yml

This commit is contained in:
JohnTotonchi
2026-01-25 13:33:40 -05:00
parent e642d4cac1
commit 090d9ed400
5 changed files with 2 additions and 2 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -1,5 +1,5 @@
name: GriefDetect name: GriefDetect
version: ${project.version} version: 1.0.0
main: party.cybsec.griefdetect.GriefDetectPlugin main: party.cybsec.griefdetect.GriefDetectPlugin
api-version: 1.21 api-version: 1.21
description: Modular, async-first grief pattern detection with confidence scoring and Discord webhook reporting. description: Modular, async-first grief pattern detection with confidence scoring and Discord webhook reporting.

View File

@@ -1,5 +1,5 @@
name: GriefDetect name: GriefDetect
version: ${project.version} version: 1.0.0
main: party.cybsec.griefdetect.GriefDetectPlugin main: party.cybsec.griefdetect.GriefDetectPlugin
api-version: 1.21 api-version: 1.21
description: Modular, async-first grief pattern detection with confidence scoring and Discord webhook reporting. description: Modular, async-first grief pattern detection with confidence scoring and Discord webhook reporting.