mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Release Khoj version 0.6.2
This commit is contained in:
parent
d02415edcc
commit
ebb5d7b8e5
6 changed files with 8 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "khoj",
|
||||
"name": "Khoj",
|
||||
"version": "0.6.1",
|
||||
"version": "0.6.2",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "A Search Assistant for your Second Brain 🦅",
|
||||
"author": "Debanjum Singh Solanky",
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
;; Author: Debanjum Singh Solanky <debanjum@gmail.com>
|
||||
;; Description: A search assistant for your second brain
|
||||
;; Keywords: search, chat, org-mode, outlines, markdown, beancount, image
|
||||
;; Version: 0.6.1
|
||||
;; Version: 0.6.2
|
||||
;; Package-Requires: ((emacs "27.1") (transient "0.3.0") (dash "2.19.1"))
|
||||
;; URL: https://github.com/debanjum/khoj/tree/master/src/interface/emacs
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "khoj",
|
||||
"name": "Khoj",
|
||||
"version": "0.6.1",
|
||||
"version": "0.6.2",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "A Search Assistant for your Second Brain 🦅",
|
||||
"author": "Debanjum Singh Solanky",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Khoj",
|
||||
"version": "0.6.1",
|
||||
"version": "0.6.2",
|
||||
"description": "Natural, Incremental Search for your Second Brain 🦅",
|
||||
"main": "src/main.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -6,5 +6,6 @@
|
|||
"0.4.0": "0.15.0",
|
||||
"0.5.0": "0.15.0",
|
||||
"0.6.0": "0.15.0",
|
||||
"0.6.1": "0.15.0"
|
||||
"0.6.1": "0.15.0",
|
||||
"0.6.2": "0.15.0"
|
||||
}
|
||||
|
|
|
@ -6,5 +6,6 @@
|
|||
"0.4.0": "0.15.0",
|
||||
"0.5.0": "0.15.0",
|
||||
"0.6.0": "0.15.0",
|
||||
"0.6.1": "0.15.0"
|
||||
"0.6.1": "0.15.0",
|
||||
"0.6.2": "0.15.0"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue