Skip to content

Commit

Permalink
Release Khoj version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
debanjum committed Jan 18, 2024
1 parent 2f1bb5c commit 24af888
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,7 +1,7 @@
{
"id": "khoj",
"name": "Khoj",
"version": "1.2.1",
"version": "1.3.0",
"minAppVersion": "0.15.0",
"description": "An AI copilot for your Second Brain",
"author": "Khoj Inc.",
Expand Down
2 changes: 1 addition & 1 deletion src/interface/desktop/package.json
@@ -1,6 +1,6 @@
{
"name": "Khoj",
"version": "1.2.1",
"version": "1.3.0",
"description": "An AI copilot for your Second Brain",
"author": "Saba Imran, Debanjum Singh Solanky <team@khoj.dev>",
"license": "GPL-3.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion src/interface/emacs/khoj.el
Expand Up @@ -6,7 +6,7 @@
;; Saba Imran <saba@khoj.dev>
;; Description: An AI copilot for your Second Brain
;; Keywords: search, chat, org-mode, outlines, markdown, pdf, image
;; Version: 1.2.1
;; Version: 1.3.0
;; 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
@@ -1,7 +1,7 @@
{
"id": "khoj",
"name": "Khoj",
"version": "1.2.1",
"version": "1.3.0",
"minAppVersion": "0.15.0",
"description": "An AI copilot for your Second Brain",
"author": "Khoj Inc.",
Expand Down
2 changes: 1 addition & 1 deletion src/interface/obsidian/package.json
@@ -1,6 +1,6 @@
{
"name": "Khoj",
"version": "1.2.1",
"version": "1.3.0",
"description": "An AI copilot for your Second Brain",
"author": "Debanjum Singh Solanky, Saba Imran <team@khoj.dev>",
"license": "GPL-3.0-or-later",
Expand Down
3 changes: 2 additions & 1 deletion src/interface/obsidian/versions.json
Expand Up @@ -31,5 +31,6 @@
"1.0.1": "0.15.0",
"1.1.0": "0.15.0",
"1.2.0": "0.15.0",
"1.2.1": "0.15.0"
"1.2.1": "0.15.0",
"1.3.0": "0.15.0"
}
3 changes: 2 additions & 1 deletion versions.json
Expand Up @@ -31,5 +31,6 @@
"1.0.1": "0.15.0",
"1.1.0": "0.15.0",
"1.2.0": "0.15.0",
"1.2.1": "0.15.0"
"1.2.1": "0.15.0",
"1.3.0": "0.15.0"
}

0 comments on commit 24af888

Please sign in to comment.