chore: bump to 0.6.0

This commit is contained in:
Railly 2026-04-03 21:18:15 -05:00
parent eb464691ff
commit 013e7edaea
4 changed files with 13 additions and 12 deletions

18
main.js

File diff suppressed because one or more lines are too long

View file

@ -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",

View file

@ -1,6 +1,6 @@
{
"name": "agentfiles",
"version": "0.5.0",
"version": "0.6.0",
"description": "AI Skills Manager for Obsidian",
"main": "main.js",
"scripts": {

View file

@ -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"
}