From d77e05c27970c79c68ad7250aac5a192c49a918a Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Sat, 1 Jul 2023 05:44:22 -0700 Subject: [PATCH] Release Khoj version 0.7.0 --- 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 81b9f5a4..f4d595f2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "khoj", "name": "Khoj", - "version": "0.6.2", + "version": "0.7.0", "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 57f177cd..41ac0aaf 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, beancount, image -;; Version: 0.6.2 +;; Version: 0.7.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 81b9f5a4..f4d595f2 100644 --- a/src/interface/obsidian/manifest.json +++ b/src/interface/obsidian/manifest.json @@ -1,7 +1,7 @@ { "id": "khoj", "name": "Khoj", - "version": "0.6.2", + "version": "0.7.0", "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 71206b19..4847f43e 100644 --- a/src/interface/obsidian/package.json +++ b/src/interface/obsidian/package.json @@ -1,6 +1,6 @@ { "name": "Khoj", - "version": "0.6.2", + "version": "0.7.0", "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 09d5afd2..c2317bc8 100644 --- a/src/interface/obsidian/versions.json +++ b/src/interface/obsidian/versions.json @@ -7,5 +7,6 @@ "0.5.0": "0.15.0", "0.6.0": "0.15.0", "0.6.1": "0.15.0", - "0.6.2": "0.15.0" + "0.6.2": "0.15.0", + "0.7.0": "0.15.0" } diff --git a/versions.json b/versions.json index 09d5afd2..c2317bc8 100644 --- a/versions.json +++ b/versions.json @@ -7,5 +7,6 @@ "0.5.0": "0.15.0", "0.6.0": "0.15.0", "0.6.1": "0.15.0", - "0.6.2": "0.15.0" + "0.6.2": "0.15.0", + "0.7.0": "0.15.0" }