From 43f83c7876e01313a09741063f74c91dab7b763f Mon Sep 17 00:00:00 2001 From: Railly Date: Sat, 22 Aug 2026 02:08:19 -0300 Subject: [PATCH] chore: release 0.8.1 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 5229ed2..80967d6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "agentfiles", "name": "Agentfiles", - "version": "0.8.0", + "version": "0.8.1", "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 7e9ddbd..80e4edc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agentfiles", - "version": "0.8.0", + "version": "0.8.1", "description": "AI Skills Manager for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 62c6a1e..271f899 100644 --- a/versions.json +++ b/versions.json @@ -11,5 +11,6 @@ "0.7.3": "1.7.2", "0.7.4": "1.7.2", "0.7.5": "1.7.2", - "0.8.0": "1.7.2" + "0.8.0": "1.7.2", + "0.8.1": "1.7.2" }