From 55f5be7b0368f6302c5b17809bb4715b0935ee79 Mon Sep 17 00:00:00 2001 From: sabaimran Date: Mon, 10 Jul 2023 14:39:32 -0700 Subject: [PATCH] Release Khoj version 0.8.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 9b73045c..0cc7c917 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "khoj", "name": "Khoj", - "version": "0.8.1", + "version": "0.8.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 435e0ccf..c2fe254d 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.8.1 +;; Version: 0.8.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 9b73045c..0cc7c917 100644 --- a/src/interface/obsidian/manifest.json +++ b/src/interface/obsidian/manifest.json @@ -1,7 +1,7 @@ { "id": "khoj", "name": "Khoj", - "version": "0.8.1", + "version": "0.8.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 f5b98155..f049a713 100644 --- a/src/interface/obsidian/package.json +++ b/src/interface/obsidian/package.json @@ -1,6 +1,6 @@ { "name": "Khoj", - "version": "0.8.1", + "version": "0.8.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 73f0ea25..5da15fc3 100644 --- a/src/interface/obsidian/versions.json +++ b/src/interface/obsidian/versions.json @@ -11,5 +11,6 @@ "0.7.0": "0.15.0", "0.7.1": "0.15.0", "0.8.0": "0.15.0", - "0.8.1": "0.15.0" + "0.8.1": "0.15.0", + "0.8.2": "0.15.0" } diff --git a/versions.json b/versions.json index 73f0ea25..5da15fc3 100644 --- a/versions.json +++ b/versions.json @@ -11,5 +11,6 @@ "0.7.0": "0.15.0", "0.7.1": "0.15.0", "0.8.0": "0.15.0", - "0.8.1": "0.15.0" + "0.8.1": "0.15.0", + "0.8.2": "0.15.0" }