Skip to content

Commit 6033708

Browse files
committed
Release Khoj version 1.10.0
1 parent 34c3f70 commit 6033708

File tree

7 files changed

+9
-7
lines changed

7 files changed

+9
-7
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "khoj",
33
"name": "Khoj",
4-
"version": "1.9.0",
4+
"version": "1.10.0",
55
"minAppVersion": "0.15.0",
66
"description": "An AI copilot for your Second Brain",
77
"author": "Khoj Inc.",

src/interface/desktop/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Khoj",
3-
"version": "1.9.0",
3+
"version": "1.10.0",
44
"description": "An AI copilot for your Second Brain",
55
"author": "Saba Imran, Debanjum Singh Solanky <[email protected]>",
66
"license": "GPL-3.0-or-later",

src/interface/emacs/khoj.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
;; Saba Imran <[email protected]>
77
;; Description: An AI copilot for your Second Brain
88
;; Keywords: search, chat, org-mode, outlines, markdown, pdf, image
9-
;; Version: 1.9.0
9+
;; Version: 1.10.0
1010
;; Package-Requires: ((emacs "27.1") (transient "0.3.0") (dash "2.19.1"))
1111
;; URL: https://github.com/khoj-ai/khoj/tree/master/src/interface/emacs
1212

src/interface/obsidian/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "khoj",
33
"name": "Khoj",
4-
"version": "1.9.0",
4+
"version": "1.10.0",
55
"minAppVersion": "0.15.0",
66
"description": "An AI copilot for your Second Brain",
77
"author": "Khoj Inc.",

src/interface/obsidian/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Khoj",
3-
"version": "1.9.0",
3+
"version": "1.10.0",
44
"description": "An AI copilot for your Second Brain",
55
"author": "Debanjum Singh Solanky, Saba Imran <[email protected]>",
66
"license": "GPL-3.0-or-later",

src/interface/obsidian/versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@
4141
"1.6.2": "0.15.0",
4242
"1.7.0": "0.15.0",
4343
"1.8.0": "0.15.0",
44-
"1.9.0": "0.15.0"
44+
"1.9.0": "0.15.0",
45+
"1.10.0": "0.15.0"
4546
}

versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@
4141
"1.6.2": "0.15.0",
4242
"1.7.0": "0.15.0",
4343
"1.8.0": "0.15.0",
44-
"1.9.0": "0.15.0"
44+
"1.9.0": "0.15.0",
45+
"1.10.0": "0.15.0"
4546
}

0 commit comments

Comments
 (0)