From bc09143856a57a59e0fe22f86ff809cafd0e68ab Mon Sep 17 00:00:00 2001 From: sabaimran Date: Mon, 28 Aug 2023 10:16:13 -0700 Subject: [PATCH] Release Khoj version 0.11.2 --- manifest.json | 2 +- src/interface/emacs/khoj.el | 2 +- src/interface/obsidian/manifest.json | 2 +- src/interface/obsidian/package.json | 2 +- src/interface/obsidian/versions.json | 3 ++- versions.json | 3 ++- 6 files changed, 8 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index cd7ae942..baf1e21e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "khoj", "name": "Khoj", - "version": "0.11.1", + "version": "0.11.2", "minAppVersion": "0.15.0", "description": "An AI Personal Assistant for your Digital Brain", "author": "Debanjum Singh Solanky", diff --git a/src/interface/emacs/khoj.el b/src/interface/emacs/khoj.el index 2d959cec..565f4fe3 100644 --- a/src/interface/emacs/khoj.el +++ b/src/interface/emacs/khoj.el @@ -5,7 +5,7 @@ ;; Author: Debanjum Singh Solanky ;; Description: An AI personal assistant for your digital brain ;; Keywords: search, chat, org-mode, outlines, markdown, pdf, image -;; Version: 0.11.1 +;; Version: 0.11.2 ;; 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 cd7ae942..baf1e21e 100644 --- a/src/interface/obsidian/manifest.json +++ b/src/interface/obsidian/manifest.json @@ -1,7 +1,7 @@ { "id": "khoj", "name": "Khoj", - "version": "0.11.1", + "version": "0.11.2", "minAppVersion": "0.15.0", "description": "An AI Personal Assistant for your Digital Brain", "author": "Debanjum Singh Solanky", diff --git a/src/interface/obsidian/package.json b/src/interface/obsidian/package.json index 876d72bc..4b9f08e3 100644 --- a/src/interface/obsidian/package.json +++ b/src/interface/obsidian/package.json @@ -1,6 +1,6 @@ { "name": "Khoj", - "version": "0.11.1", + "version": "0.11.2", "description": "An AI Personal Assistant for your Digital Brain", "main": "src/main.js", "scripts": { diff --git a/src/interface/obsidian/versions.json b/src/interface/obsidian/versions.json index e2bb6cda..7008a4c0 100644 --- a/src/interface/obsidian/versions.json +++ b/src/interface/obsidian/versions.json @@ -17,5 +17,6 @@ "0.10.0": "0.15.0", "0.10.1": "0.15.0", "0.11.0": "0.15.0", - "0.11.1": "0.15.0" + "0.11.1": "0.15.0", + "0.11.2": "0.15.0" } diff --git a/versions.json b/versions.json index e2bb6cda..7008a4c0 100644 --- a/versions.json +++ b/versions.json @@ -17,5 +17,6 @@ "0.10.0": "0.15.0", "0.10.1": "0.15.0", "0.11.0": "0.15.0", - "0.11.1": "0.15.0" + "0.11.1": "0.15.0", + "0.11.2": "0.15.0" }