Release Khoj version 0.7.0

This commit is contained in:
Debanjum Singh Solanky 2023-07-01 05:44:22 -07:00
parent 32d73500ba
commit d77e05c279
6 changed files with 8 additions and 6 deletions

View file

@ -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",

View file

@ -5,7 +5,7 @@
;; Author: Debanjum Singh Solanky <debanjum@gmail.com>
;; 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

View file

@ -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",

View file

@ -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": {

View file

@ -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"
}

View file

@ -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"
}