diff --git a/manifest.json b/manifest.json index 62ee9cdc9..74a2496a3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "khoj", "name": "Khoj", - "version": "1.30.6", + "version": "1.30.7", "minAppVersion": "0.15.0", "description": "Your Second Brain", "author": "Khoj Inc.", diff --git a/src/interface/desktop/package.json b/src/interface/desktop/package.json index 31b810dea..75e67eb2e 100644 --- a/src/interface/desktop/package.json +++ b/src/interface/desktop/package.json @@ -1,6 +1,6 @@ { "name": "Khoj", - "version": "1.30.6", + "version": "1.30.7", "description": "Your Second Brain", "author": "Khoj Inc. ", "license": "GPL-3.0-or-later", diff --git a/src/interface/emacs/khoj.el b/src/interface/emacs/khoj.el index 70f44545e..fda3ce8c8 100644 --- a/src/interface/emacs/khoj.el +++ b/src/interface/emacs/khoj.el @@ -6,7 +6,7 @@ ;; Saba Imran ;; Description: Your Second Brain ;; Keywords: search, chat, ai, org-mode, outlines, markdown, pdf, image -;; Version: 1.30.6 +;; Version: 1.30.7 ;; Package-Requires: ((emacs "27.1") (transient "0.3.0") (dash "2.19.1")) ;; URL: https://github.com/khoj-ai/khoj/tree/master/src/interface/emacs diff --git a/src/interface/obsidian/manifest.json b/src/interface/obsidian/manifest.json index 62ee9cdc9..74a2496a3 100644 --- a/src/interface/obsidian/manifest.json +++ b/src/interface/obsidian/manifest.json @@ -1,7 +1,7 @@ { "id": "khoj", "name": "Khoj", - "version": "1.30.6", + "version": "1.30.7", "minAppVersion": "0.15.0", "description": "Your Second Brain", "author": "Khoj Inc.", diff --git a/src/interface/obsidian/package.json b/src/interface/obsidian/package.json index ee47ec36d..8eee38792 100644 --- a/src/interface/obsidian/package.json +++ b/src/interface/obsidian/package.json @@ -1,6 +1,6 @@ { "name": "Khoj", - "version": "1.30.6", + "version": "1.30.7", "description": "Your Second Brain", "author": "Debanjum Singh Solanky, Saba Imran ", "license": "GPL-3.0-or-later", diff --git a/src/interface/obsidian/versions.json b/src/interface/obsidian/versions.json index f8a26ff41..3c6b9bede 100644 --- a/src/interface/obsidian/versions.json +++ b/src/interface/obsidian/versions.json @@ -97,5 +97,6 @@ "1.30.3": "0.15.0", "1.30.4": "0.15.0", "1.30.5": "0.15.0", - "1.30.6": "0.15.0" + "1.30.6": "0.15.0", + "1.30.7": "0.15.0" } diff --git a/src/interface/web/package.json b/src/interface/web/package.json index c18cf07e5..710daec63 100644 --- a/src/interface/web/package.json +++ b/src/interface/web/package.json @@ -1,6 +1,6 @@ { "name": "khoj-ai", - "version": "1.30.6", + "version": "1.30.7", "private": true, "scripts": { "dev": "next dev", diff --git a/versions.json b/versions.json index f8a26ff41..3c6b9bede 100644 --- a/versions.json +++ b/versions.json @@ -97,5 +97,6 @@ "1.30.3": "0.15.0", "1.30.4": "0.15.0", "1.30.5": "0.15.0", - "1.30.6": "0.15.0" + "1.30.6": "0.15.0", + "1.30.7": "0.15.0" }