diff --git a/manifest.json b/manifest.json index 0056fe9b..0ecc4fbb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "khoj", "name": "Khoj", - "version": "0.12.2", + "version": "0.12.3", "minAppVersion": "0.15.0", "description": "An Open-Source AI Personal Assistant for your Digital Brain", "author": "Khoj Inc.", diff --git a/src/interface/emacs/khoj.el b/src/interface/emacs/khoj.el index 0d61e782..2f8360f2 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.12.2 +;; Version: 0.12.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 diff --git a/src/interface/obsidian/manifest.json b/src/interface/obsidian/manifest.json index 0056fe9b..0ecc4fbb 100644 --- a/src/interface/obsidian/manifest.json +++ b/src/interface/obsidian/manifest.json @@ -1,7 +1,7 @@ { "id": "khoj", "name": "Khoj", - "version": "0.12.2", + "version": "0.12.3", "minAppVersion": "0.15.0", "description": "An Open-Source AI Personal Assistant for your Digital Brain", "author": "Khoj Inc.", diff --git a/src/interface/obsidian/package.json b/src/interface/obsidian/package.json index 6f7f653d..eb18132f 100644 --- a/src/interface/obsidian/package.json +++ b/src/interface/obsidian/package.json @@ -1,6 +1,6 @@ { "name": "Khoj", - "version": "0.12.2", + "version": "0.12.3", "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 54949320..cf60cf10 100644 --- a/src/interface/obsidian/versions.json +++ b/src/interface/obsidian/versions.json @@ -23,5 +23,6 @@ "0.11.4": "0.15.0", "0.12.0": "0.15.0", "0.12.1": "0.15.0", - "0.12.2": "0.15.0" + "0.12.2": "0.15.0", + "0.12.3": "0.15.0" } diff --git a/versions.json b/versions.json index 54949320..cf60cf10 100644 --- a/versions.json +++ b/versions.json @@ -23,5 +23,6 @@ "0.11.4": "0.15.0", "0.12.0": "0.15.0", "0.12.1": "0.15.0", - "0.12.2": "0.15.0" + "0.12.2": "0.15.0", + "0.12.3": "0.15.0" }