Skip to content

Commit 961331f

Browse files
authored
Merge branch 'main' into feat/issue-175-python-first-local-agent-backend-baseline
2 parents 259baca + 4617053 commit 961331f

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ailss/core",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"private": true,
55
"type": "module",
66
"main": "./dist/index.js",

packages/indexer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ailss/indexer",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"private": true,
55
"type": "module",
66
"bin": {

packages/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ailss/mcp",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"private": true,
55
"type": "module",
66
"bin": {

packages/obsidian-plugin/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "ailss-obsidian",
33
"name": "AILSS Obsidian",
4-
"version": "0.6.0",
4+
"version": "0.7.0",
55
"minAppVersion": "0.15.0",
66
"description": "AILSS indexing + localhost MCP service for Codex (your vault).",
77
"author": "AILSS",

packages/obsidian-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ailss-obsidian",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "AILSS indexing + localhost MCP service for Codex (Obsidian)",
55
"main": "main.js",
66
"type": "module",

packages/obsidian-plugin/versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
"0.4.0": "0.15.0",
1212
"0.5.0-beta.1": "0.15.0",
1313
"0.5.0-beta.2": "0.15.0",
14-
"0.6.0": "0.15.0"
14+
"0.6.0": "0.15.0",
15+
"0.7.0": "0.15.0"
1516
}

0 commit comments

Comments
 (0)