Skip to content

Commit 713ba06

Browse files
committedMar 29, 2025·
Release Khoj version 1.38.0
1 parent e9132d4 commit 713ba06

File tree

8 files changed

+10
-8
lines changed

8 files changed

+10
-8
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.37.2",
4+
"version": "1.38.0",
55
"minAppVersion": "0.15.0",
66
"description": "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.37.2",
3+
"version": "1.38.0",
44
"description": "Your Second Brain",
55
"author": "Khoj Inc. <team@khoj.dev>",
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 <saba@khoj.dev>
77
;; Description: Your Second Brain
88
;; Keywords: search, chat, ai, org-mode, outlines, markdown, pdf, image
9-
;; Version: 1.37.2
9+
;; Version: 1.38.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.37.2",
4+
"version": "1.38.0",
55
"minAppVersion": "0.15.0",
66
"description": "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.37.2",
3+
"version": "1.38.0",
44
"description": "Your Second Brain",
55
"author": "Debanjum Singh Solanky, Saba Imran <team@khoj.dev>",
66
"license": "GPL-3.0-or-later",

‎src/interface/obsidian/versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,6 @@
123123
"1.36.6": "0.15.0",
124124
"1.37.0": "0.15.0",
125125
"1.37.1": "0.15.0",
126-
"1.37.2": "0.15.0"
126+
"1.37.2": "0.15.0",
127+
"1.38.0": "0.15.0"
127128
}

‎src/interface/web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "khoj-ai",
3-
"version": "1.37.2",
3+
"version": "1.38.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

‎versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,6 @@
123123
"1.36.6": "0.15.0",
124124
"1.37.0": "0.15.0",
125125
"1.37.1": "0.15.0",
126-
"1.37.2": "0.15.0"
126+
"1.37.2": "0.15.0",
127+
"1.38.0": "0.15.0"
127128
}

0 commit comments

Comments
 (0)
Please sign in to comment.