From e592f6eac88c1acc9c134077e0a4eea1fd99f234 Mon Sep 17 00:00:00 2001 From: sabaimran Date: Mon, 28 Aug 2023 14:46:03 -0700 Subject: [PATCH] Release Khoj version 0.11.3 --- 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 baf1e21e..15dd20c1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "khoj", "name": "Khoj", - "version": "0.11.2", + "version": "0.11.3", "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 565f4fe3..07570ee6 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.2 +;; Version: 0.11.3 ;; 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 baf1e21e..15dd20c1 100644 --- a/src/interface/obsidian/manifest.json +++ b/src/interface/obsidian/manifest.json @@ -1,7 +1,7 @@ { "id": "khoj", "name": "Khoj", - "version": "0.11.2", + "version": "0.11.3", "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 4b9f08e3..424fb26a 100644 --- a/src/interface/obsidian/package.json +++ b/src/interface/obsidian/package.json @@ -1,6 +1,6 @@ { "name": "Khoj", - "version": "0.11.2", + "version": "0.11.3", "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 7008a4c0..850d6110 100644 --- a/src/interface/obsidian/versions.json +++ b/src/interface/obsidian/versions.json @@ -18,5 +18,6 @@ "0.10.1": "0.15.0", "0.11.0": "0.15.0", "0.11.1": "0.15.0", - "0.11.2": "0.15.0" + "0.11.2": "0.15.0", + "0.11.3": "0.15.0" } diff --git a/versions.json b/versions.json index 7008a4c0..850d6110 100644 --- a/versions.json +++ b/versions.json @@ -18,5 +18,6 @@ "0.10.1": "0.15.0", "0.11.0": "0.15.0", "0.11.1": "0.15.0", - "0.11.2": "0.15.0" + "0.11.2": "0.15.0", + "0.11.3": "0.15.0" }