diff --git a/manifest.json b/manifest.json index ed06f2620..40f65c734 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "khoj", "name": "Khoj", - "version": "1.32.2", + "version": "1.33.0", "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 d24e8fb87..a4cd5765c 100644 --- a/src/interface/desktop/package.json +++ b/src/interface/desktop/package.json @@ -1,6 +1,6 @@ { "name": "Khoj", - "version": "1.32.2", + "version": "1.33.0", "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 4640b0e83..33fa2e568 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.32.2 +;; Version: 1.33.0 ;; 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 ed06f2620..40f65c734 100644 --- a/src/interface/obsidian/manifest.json +++ b/src/interface/obsidian/manifest.json @@ -1,7 +1,7 @@ { "id": "khoj", "name": "Khoj", - "version": "1.32.2", + "version": "1.33.0", "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 b4cd8a34f..57943548f 100644 --- a/src/interface/obsidian/package.json +++ b/src/interface/obsidian/package.json @@ -1,6 +1,6 @@ { "name": "Khoj", - "version": "1.32.2", + "version": "1.33.0", "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 c4b685792..edfc1df95 100644 --- a/src/interface/obsidian/versions.json +++ b/src/interface/obsidian/versions.json @@ -105,5 +105,6 @@ "1.31.0": "0.15.0", "1.32.0": "0.15.0", "1.32.1": "0.15.0", - "1.32.2": "0.15.0" + "1.32.2": "0.15.0", + "1.33.0": "0.15.0" } diff --git a/src/interface/web/package.json b/src/interface/web/package.json index 61b61717c..aa67814b1 100644 --- a/src/interface/web/package.json +++ b/src/interface/web/package.json @@ -1,6 +1,6 @@ { "name": "khoj-ai", - "version": "1.32.2", + "version": "1.33.0", "private": true, "scripts": { "dev": "next dev", diff --git a/versions.json b/versions.json index c4b685792..edfc1df95 100644 --- a/versions.json +++ b/versions.json @@ -105,5 +105,6 @@ "1.31.0": "0.15.0", "1.32.0": "0.15.0", "1.32.1": "0.15.0", - "1.32.2": "0.15.0" + "1.32.2": "0.15.0", + "1.33.0": "0.15.0" }