Skip to content

Commit

Permalink
Release Khoj version 0.14.0
Browse files Browse the repository at this point in the history
Fix Khoj subtitle in manifest of Khoj Obsidian plugin
  • Loading branch information
debanjum committed Nov 10, 2023
1 parent 354605e commit 39ad1c6
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"id": "khoj",
"name": "Khoj",
"version": "0.13.0",
"version": "0.14.0",
"minAppVersion": "0.15.0",
"description": "An Open-Source AI Personal Assistant for your Digital Brain",
"description": "An AI copilot for your Second Brain",
"author": "Khoj Inc.",
"authorUrl": "https://github.com/khoj-ai",
"isDesktopOnly": true
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": "0.13.0",
"version": "0.14.0",
"description": "An AI copilot for your Second Brain",
"author": "Saba Imran, Debanjum Singh Solanky <[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: An AI copilot for your Second Brain
;; Keywords: search, chat, org-mode, outlines, markdown, pdf, image
;; Version: 0.13.0
;; Version: 0.14.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
4 changes: 2 additions & 2 deletions src/interface/obsidian/manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"id": "khoj",
"name": "Khoj",
"version": "0.13.0",
"version": "0.14.0",
"minAppVersion": "0.15.0",
"description": "An Open-Source AI Personal Assistant for your Digital Brain",
"description": "An AI copilot for your Second Brain",
"author": "Khoj Inc.",
"authorUrl": "https://github.com/khoj-ai",
"isDesktopOnly": true
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": "0.13.0",
"version": "0.14.0",
"description": "An AI copilot for 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 @@ -25,5 +25,6 @@
"0.12.1": "0.15.0",
"0.12.2": "0.15.0",
"0.12.3": "0.15.0",
"0.13.0": "0.15.0"
"0.13.0": "0.15.0",
"0.14.0": "0.15.0"
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@
"0.12.1": "0.15.0",
"0.12.2": "0.15.0",
"0.12.3": "0.15.0",
"0.13.0": "0.15.0"
"0.13.0": "0.15.0",
"0.14.0": "0.15.0"
}

0 comments on commit 39ad1c6

Please sign in to comment.