diff --git a/manifest.json b/manifest.json index eeb12ffe..e1b1f0ed 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "khoj", "name": "Khoj", - "version": "1.21.0", + "version": "1.21.1", "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 ed376fab..8f77a018 100644 --- a/src/interface/desktop/package.json +++ b/src/interface/desktop/package.json @@ -1,6 +1,6 @@ { "name": "Khoj", - "version": "1.21.0", + "version": "1.21.1", "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 2c7fbdff..8ba5ca26 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.21.0 +;; Version: 1.21.1 ;; 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 eeb12ffe..e1b1f0ed 100644 --- a/src/interface/obsidian/manifest.json +++ b/src/interface/obsidian/manifest.json @@ -1,7 +1,7 @@ { "id": "khoj", "name": "Khoj", - "version": "1.21.0", + "version": "1.21.1", "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 c45f4aa8..4454bb0a 100644 --- a/src/interface/obsidian/package.json +++ b/src/interface/obsidian/package.json @@ -1,6 +1,6 @@ { "name": "Khoj", - "version": "1.21.0", + "version": "1.21.1", "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 70baec59..bfdd1028 100644 --- a/src/interface/obsidian/versions.json +++ b/src/interface/obsidian/versions.json @@ -60,5 +60,6 @@ "1.20.2": "0.15.0", "1.20.3": "0.15.0", "1.20.4": "0.15.0", - "1.21.0": "0.15.0" + "1.21.0": "0.15.0", + "1.21.1": "0.15.0" } diff --git a/src/interface/web/package.json b/src/interface/web/package.json index 6ace26cb..e1174942 100644 --- a/src/interface/web/package.json +++ b/src/interface/web/package.json @@ -1,6 +1,6 @@ { "name": "khoj-ai", - "version": "1.21.0", + "version": "1.21.1", "private": true, "scripts": { "dev": "next dev", diff --git a/versions.json b/versions.json index 70baec59..bfdd1028 100644 --- a/versions.json +++ b/versions.json @@ -60,5 +60,6 @@ "1.20.2": "0.15.0", "1.20.3": "0.15.0", "1.20.4": "0.15.0", - "1.21.0": "0.15.0" + "1.21.0": "0.15.0", + "1.21.1": "0.15.0" }