diff --git a/manifest.json b/manifest.json index 2c36382..5229ed2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "agentfiles", "name": "Agentfiles", - "version": "0.7.5", + "version": "0.8.0", "minAppVersion": "1.7.2", "description": "Discover, organize, and edit AI agent skills, commands, and agents across Claude Code, Cursor, Codex, Windsurf, and more.", "author": "Railly Hugo", diff --git a/package.json b/package.json index c444665..4d403c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agentfiles", - "version": "0.7.5", + "version": "0.8.0", "description": "AI Skills Manager for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index fda2cf6..62c6a1e 100644 --- a/versions.json +++ b/versions.json @@ -10,5 +10,6 @@ "0.7.2": "1.4.11", "0.7.3": "1.7.2", "0.7.4": "1.7.2", - "0.7.5": "1.7.2" + "0.7.5": "1.7.2", + "0.8.0": "1.7.2" }