mirror of
https://github.com/railly/agentfiles.git
synced 2026-07-22 14:30:25 +00:00
chore: bump to 0.6.0
This commit is contained in:
parent
eb464691ff
commit
013e7edaea
4 changed files with 13 additions and 12 deletions
18
main.js
18
main.js
File diff suppressed because one or more lines are too long
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "agentfiles",
|
||||
"name": "Agentfiles",
|
||||
"version": "0.5.0",
|
||||
"version": "0.6.0",
|
||||
"minAppVersion": "1.4.11",
|
||||
"description": "Discover, organize, and edit AI agent skills, commands, and agents across Claude Code, Cursor, Codex, Windsurf, and more.",
|
||||
"author": "Railly Hugo",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "agentfiles",
|
||||
"version": "0.5.0",
|
||||
"version": "0.6.0",
|
||||
"description": "AI Skills Manager for Obsidian",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -3,5 +3,6 @@
|
|||
"0.2.0": "1.4.11",
|
||||
"0.2.1": "1.4.11",
|
||||
"0.3.0": "1.4.11",
|
||||
"0.4.3": "1.4.11"
|
||||
"0.4.3": "1.4.11",
|
||||
"0.6.0": "1.4.11"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue