Skip to content

Commit 18ba8a5

Browse files
fix: reset initial plugin version
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent f33a0e1 commit 18ba8a5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{
1313
"name": "psmodule",
1414
"description": "PSModule process guidance and reusable skills for PowerShell module repositories.",
15-
"version": "1.5.0",
15+
"version": "1.0.0",
1616
"source": ".github/plugin/psmodule"
1717
}
1818
]

.github/plugin/psmodule/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
33
"name": "psmodule",
44
"description": "PSModule process guidance and reusable skills for PowerShell module repositories.",
5-
"version": "1.5.0",
5+
"version": "1.0.0",
66
"author": {
77
"name": "PSModule",
88
"url": "https://github.com/PSModule"

0 commit comments

Comments
 (0)