mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Release Khoj version 0.14.0
Fix Khoj subtitle in manifest of Khoj Obsidian plugin
This commit is contained in:
parent
354605e73e
commit
39ad1c6ce6
7 changed files with 11 additions and 9 deletions
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"id": "khoj",
|
"id": "khoj",
|
||||||
"name": "Khoj",
|
"name": "Khoj",
|
||||||
"version": "0.13.0",
|
"version": "0.14.0",
|
||||||
"minAppVersion": "0.15.0",
|
"minAppVersion": "0.15.0",
|
||||||
"description": "An Open-Source AI Personal Assistant for your Digital Brain",
|
"description": "An AI copilot for your Second Brain",
|
||||||
"author": "Khoj Inc.",
|
"author": "Khoj Inc.",
|
||||||
"authorUrl": "https://github.com/khoj-ai",
|
"authorUrl": "https://github.com/khoj-ai",
|
||||||
"isDesktopOnly": true
|
"isDesktopOnly": true
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Khoj",
|
"name": "Khoj",
|
||||||
"version": "0.13.0",
|
"version": "0.14.0",
|
||||||
"description": "An AI copilot for your Second Brain",
|
"description": "An AI copilot for your Second Brain",
|
||||||
"author": "Saba Imran, Debanjum Singh Solanky <team@khoj.dev>",
|
"author": "Saba Imran, Debanjum Singh Solanky <team@khoj.dev>",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
;; Saba Imran <saba@khoj.dev>
|
;; Saba Imran <saba@khoj.dev>
|
||||||
;; Description: An AI copilot for your Second Brain
|
;; Description: An AI copilot for your Second Brain
|
||||||
;; Keywords: search, chat, org-mode, outlines, markdown, pdf, image
|
;; Keywords: search, chat, org-mode, outlines, markdown, pdf, image
|
||||||
;; Version: 0.13.0
|
;; Version: 0.14.0
|
||||||
;; Package-Requires: ((emacs "27.1") (transient "0.3.0") (dash "2.19.1"))
|
;; 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
|
;; URL: https://github.com/khoj-ai/khoj/tree/master/src/interface/emacs
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"id": "khoj",
|
"id": "khoj",
|
||||||
"name": "Khoj",
|
"name": "Khoj",
|
||||||
"version": "0.13.0",
|
"version": "0.14.0",
|
||||||
"minAppVersion": "0.15.0",
|
"minAppVersion": "0.15.0",
|
||||||
"description": "An Open-Source AI Personal Assistant for your Digital Brain",
|
"description": "An AI copilot for your Second Brain",
|
||||||
"author": "Khoj Inc.",
|
"author": "Khoj Inc.",
|
||||||
"authorUrl": "https://github.com/khoj-ai",
|
"authorUrl": "https://github.com/khoj-ai",
|
||||||
"isDesktopOnly": true
|
"isDesktopOnly": true
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Khoj",
|
"name": "Khoj",
|
||||||
"version": "0.13.0",
|
"version": "0.14.0",
|
||||||
"description": "An AI copilot for your Second Brain",
|
"description": "An AI copilot for your Second Brain",
|
||||||
"author": "Debanjum Singh Solanky, Saba Imran <team@khoj.dev>",
|
"author": "Debanjum Singh Solanky, Saba Imran <team@khoj.dev>",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
|
|
|
@ -25,5 +25,6 @@
|
||||||
"0.12.1": "0.15.0",
|
"0.12.1": "0.15.0",
|
||||||
"0.12.2": "0.15.0",
|
"0.12.2": "0.15.0",
|
||||||
"0.12.3": "0.15.0",
|
"0.12.3": "0.15.0",
|
||||||
"0.13.0": "0.15.0"
|
"0.13.0": "0.15.0",
|
||||||
|
"0.14.0": "0.15.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,5 +25,6 @@
|
||||||
"0.12.1": "0.15.0",
|
"0.12.1": "0.15.0",
|
||||||
"0.12.2": "0.15.0",
|
"0.12.2": "0.15.0",
|
||||||
"0.12.3": "0.15.0",
|
"0.12.3": "0.15.0",
|
||||||
"0.13.0": "0.15.0"
|
"0.13.0": "0.15.0",
|
||||||
|
"0.14.0": "0.15.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue