Skip to content

Commit 9258f57

Browse files
committed
Release Khoj version 2.0.0-beta.28
1 parent 171ac5d commit 9258f57

8 files changed

Lines changed: 10 additions & 8 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "khoj",
33
"name": "Khoj",
4-
"version": "2.0.0-beta.27",
4+
"version": "2.0.0-beta.28",
55
"minAppVersion": "0.15.0",
66
"description": "Your Second Brain",
77
"author": "Khoj Inc.",

src/interface/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Khoj",
3-
"version": "2.0.0-beta.27",
3+
"version": "2.0.0-beta.28",
44
"description": "Your Second Brain",
55
"author": "Khoj Inc. <team@khoj.dev>",
66
"license": "GPL-3.0-or-later",

src/interface/emacs/khoj.el

Lines changed: 1 addition & 1 deletion
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: 2.0.0-beta.27
9+
;; Version: 2.0.0-beta.28
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "khoj",
33
"name": "Khoj",
4-
"version": "2.0.0-beta.27",
4+
"version": "2.0.0-beta.28",
55
"minAppVersion": "0.15.0",
66
"description": "Your Second Brain",
77
"author": "Khoj Inc.",

src/interface/obsidian/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Khoj",
3-
"version": "2.0.0-beta.27",
3+
"version": "2.0.0-beta.28",
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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,5 +163,6 @@
163163
"2.0.0-beta.24": "0.15.0",
164164
"2.0.0-beta.25": "0.15.0",
165165
"2.0.0-beta.26": "0.15.0",
166-
"2.0.0-beta.27": "0.15.0"
166+
"2.0.0-beta.27": "0.15.0",
167+
"2.0.0-beta.28": "0.15.0"
167168
}

src/interface/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "khoj-ai",
3-
"version": "2.0.0-beta.27",
3+
"version": "2.0.0-beta.28",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,5 +163,6 @@
163163
"2.0.0-beta.24": "0.15.0",
164164
"2.0.0-beta.25": "0.15.0",
165165
"2.0.0-beta.26": "0.15.0",
166-
"2.0.0-beta.27": "0.15.0"
166+
"2.0.0-beta.27": "0.15.0",
167+
"2.0.0-beta.28": "0.15.0"
167168
}

0 commit comments

Comments
 (0)