diff --git a/manifest.json b/manifest.json index d048deeb..f0e0993c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "khoj", "name": "Khoj", - "version": "0.11.4", + "version": "0.12.0", "minAppVersion": "0.15.0", "description": "An AI Personal Assistant for your Digital Brain", - "author": "Khoj", - "authorUrl": "https://github.com/khoj-ai/", + "author": "Debanjum Singh Solanky", + "authorUrl": "https://github.com/debanjum", "isDesktopOnly": true } diff --git a/src/interface/emacs/khoj.el b/src/interface/emacs/khoj.el index 35fe9563..7717ae96 100644 --- a/src/interface/emacs/khoj.el +++ b/src/interface/emacs/khoj.el @@ -5,7 +5,7 @@ ;; Author: Debanjum Singh Solanky ;; Description: An AI personal assistant for your digital brain ;; Keywords: search, chat, org-mode, outlines, markdown, pdf, image -;; Version: 0.11.4 +;; Version: 0.12.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 diff --git a/src/interface/obsidian/manifest.json b/src/interface/obsidian/manifest.json index a147b97a..f0e0993c 100644 --- a/src/interface/obsidian/manifest.json +++ b/src/interface/obsidian/manifest.json @@ -1,7 +1,7 @@ { "id": "khoj", "name": "Khoj", - "version": "0.11.4", + "version": "0.12.0", "minAppVersion": "0.15.0", "description": "An AI Personal Assistant for your Digital Brain", "author": "Debanjum Singh Solanky", diff --git a/src/interface/obsidian/package.json b/src/interface/obsidian/package.json index 26817f06..ccb10450 100644 --- a/src/interface/obsidian/package.json +++ b/src/interface/obsidian/package.json @@ -1,6 +1,6 @@ { "name": "Khoj", - "version": "0.11.4", + "version": "0.12.0", "description": "An AI Personal Assistant for your Digital Brain", "main": "src/main.js", "scripts": { diff --git a/src/interface/obsidian/versions.json b/src/interface/obsidian/versions.json index 5a248c93..230edd86 100644 --- a/src/interface/obsidian/versions.json +++ b/src/interface/obsidian/versions.json @@ -20,5 +20,6 @@ "0.11.1": "0.15.0", "0.11.2": "0.15.0", "0.11.3": "0.15.0", - "0.11.4": "0.15.0" + "0.11.4": "0.15.0", + "0.12.0": "0.15.0" } diff --git a/versions.json b/versions.json index 5a248c93..230edd86 100644 --- a/versions.json +++ b/versions.json @@ -20,5 +20,6 @@ "0.11.1": "0.15.0", "0.11.2": "0.15.0", "0.11.3": "0.15.0", - "0.11.4": "0.15.0" + "0.11.4": "0.15.0", + "0.12.0": "0.15.0" }