Skip to content

Commit

Permalink
Release Khoj version 1.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sabaimran committed Aug 9, 2024
1 parent 7d3a25f commit acf1c14
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "khoj",
"name": "Khoj",
"version": "1.20.2",
"version": "1.20.3",
"minAppVersion": "0.15.0",
"description": "Your Second Brain",
"author": "Khoj Inc.",
Expand Down
2 changes: 1 addition & 1 deletion src/interface/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Khoj",
"version": "1.20.2",
"version": "1.20.3",
"description": "Your Second Brain",
"author": "Khoj Inc. <[email protected]>",
"license": "GPL-3.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion src/interface/emacs/khoj.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Saba Imran <[email protected]>
;; Description: Your Second Brain
;; Keywords: search, chat, ai, org-mode, outlines, markdown, pdf, image
;; Version: 1.20.2
;; Version: 1.20.3
;; 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

Expand Down
2 changes: 1 addition & 1 deletion src/interface/obsidian/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "khoj",
"name": "Khoj",
"version": "1.20.2",
"version": "1.20.3",
"minAppVersion": "0.15.0",
"description": "Your Second Brain",
"author": "Khoj Inc.",
Expand Down
2 changes: 1 addition & 1 deletion src/interface/obsidian/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Khoj",
"version": "1.20.2",
"version": "1.20.3",
"description": "Your Second Brain",
"author": "Debanjum Singh Solanky, Saba Imran <[email protected]>",
"license": "GPL-3.0-or-later",
Expand Down
3 changes: 2 additions & 1 deletion src/interface/obsidian/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@
"1.17.0": "0.15.0",
"1.20.0": "0.15.0",
"1.20.1": "0.15.0",
"1.20.2": "0.15.0"
"1.20.2": "0.15.0",
"1.20.3": "0.15.0"
}
2 changes: 1 addition & 1 deletion src/interface/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "khoj-ai",
"version": "1.20.2",
"version": "1.20.3",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@
"1.17.0": "0.15.0",
"1.20.0": "0.15.0",
"1.20.1": "0.15.0",
"1.20.2": "0.15.0"
"1.20.2": "0.15.0",
"1.20.3": "0.15.0"
}

0 comments on commit acf1c14

Please sign in to comment.