mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Release Khoj version 0.12.0
This commit is contained in:
parent
38f0df3d53
commit
a82d1becc3
6 changed files with 10 additions and 8 deletions
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
"id": "khoj",
|
"id": "khoj",
|
||||||
"name": "Khoj",
|
"name": "Khoj",
|
||||||
"version": "0.11.4",
|
"version": "0.12.0",
|
||||||
"minAppVersion": "0.15.0",
|
"minAppVersion": "0.15.0",
|
||||||
"description": "An AI Personal Assistant for your Digital Brain",
|
"description": "An AI Personal Assistant for your Digital Brain",
|
||||||
"author": "Khoj",
|
"author": "Debanjum Singh Solanky",
|
||||||
"authorUrl": "https://github.com/khoj-ai/",
|
"authorUrl": "https://github.com/debanjum",
|
||||||
"isDesktopOnly": true
|
"isDesktopOnly": true
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
;; Author: Debanjum Singh Solanky <debanjum@gmail.com>
|
;; Author: Debanjum Singh Solanky <debanjum@gmail.com>
|
||||||
;; Description: An AI personal assistant for your digital brain
|
;; Description: An AI personal assistant for your digital brain
|
||||||
;; Keywords: search, chat, org-mode, outlines, markdown, pdf, image
|
;; Keywords: search, chat, org-mode, outlines, markdown, pdf, image
|
||||||
;; Version: 0.11.4
|
;; Version: 0.12.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,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "khoj",
|
"id": "khoj",
|
||||||
"name": "Khoj",
|
"name": "Khoj",
|
||||||
"version": "0.11.4",
|
"version": "0.12.0",
|
||||||
"minAppVersion": "0.15.0",
|
"minAppVersion": "0.15.0",
|
||||||
"description": "An AI Personal Assistant for your Digital Brain",
|
"description": "An AI Personal Assistant for your Digital Brain",
|
||||||
"author": "Debanjum Singh Solanky",
|
"author": "Debanjum Singh Solanky",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Khoj",
|
"name": "Khoj",
|
||||||
"version": "0.11.4",
|
"version": "0.12.0",
|
||||||
"description": "An AI Personal Assistant for your Digital Brain",
|
"description": "An AI Personal Assistant for your Digital Brain",
|
||||||
"main": "src/main.js",
|
"main": "src/main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -20,5 +20,6 @@
|
||||||
"0.11.1": "0.15.0",
|
"0.11.1": "0.15.0",
|
||||||
"0.11.2": "0.15.0",
|
"0.11.2": "0.15.0",
|
||||||
"0.11.3": "0.15.0",
|
"0.11.3": "0.15.0",
|
||||||
"0.11.4": "0.15.0"
|
"0.11.4": "0.15.0",
|
||||||
|
"0.12.0": "0.15.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,5 +20,6 @@
|
||||||
"0.11.1": "0.15.0",
|
"0.11.1": "0.15.0",
|
||||||
"0.11.2": "0.15.0",
|
"0.11.2": "0.15.0",
|
||||||
"0.11.3": "0.15.0",
|
"0.11.3": "0.15.0",
|
||||||
"0.11.4": "0.15.0"
|
"0.11.4": "0.15.0",
|
||||||
|
"0.12.0": "0.15.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue