Skip to content

Commit 95f093e

Browse files
committed
chore: bump to 0.7.0
1 parent d4019be commit 95f093e

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "agentfiles",
33
"name": "Agentfiles",
4-
"version": "0.6.0",
4+
"version": "0.7.0",
55
"minAppVersion": "1.4.11",
66
"description": "Discover, organize, and edit AI agent skills, commands, and agents across Claude Code, Cursor, Codex, Windsurf, and more.",
77
"author": "Railly Hugo",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agentfiles",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "AI Skills Manager for Obsidian",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"0.2.1": "1.4.11",
55
"0.3.0": "1.4.11",
66
"0.4.3": "1.4.11",
7-
"0.6.0": "1.4.11"
7+
"0.6.0": "1.4.11",
8+
"0.7.0": "1.4.11"
89
}

0 commit comments

Comments
 (0)