Skip to content

Commit e592f6e

Browse files
committed
Release Khoj version 0.11.3
1 parent 7c35da9 commit e592f6e

File tree

6 files changed

+8
-6
lines changed

6 files changed

+8
-6
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "khoj",
33
"name": "Khoj",
4-
"version": "0.11.2",
4+
"version": "0.11.3",
55
"minAppVersion": "0.15.0",
66
"description": "An AI Personal Assistant for your Digital Brain",
77
"author": "Debanjum Singh Solanky",

src/interface/emacs/khoj.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: Debanjum Singh Solanky <[email protected]>
66
;; Description: An AI personal assistant for your digital brain
77
;; Keywords: search, chat, org-mode, outlines, markdown, pdf, image
8-
;; Version: 0.11.2
8+
;; Version: 0.11.3
99
;; Package-Requires: ((emacs "27.1") (transient "0.3.0") (dash "2.19.1"))
1010
;; URL: https://github.com/khoj-ai/khoj/tree/master/src/interface/emacs
1111

src/interface/obsidian/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "khoj",
33
"name": "Khoj",
4-
"version": "0.11.2",
4+
"version": "0.11.3",
55
"minAppVersion": "0.15.0",
66
"description": "An AI Personal Assistant for your Digital Brain",
77
"author": "Debanjum Singh Solanky",

src/interface/obsidian/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Khoj",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"description": "An AI Personal Assistant for your Digital Brain",
55
"main": "src/main.js",
66
"scripts": {

src/interface/obsidian/versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
"0.10.1": "0.15.0",
1919
"0.11.0": "0.15.0",
2020
"0.11.1": "0.15.0",
21-
"0.11.2": "0.15.0"
21+
"0.11.2": "0.15.0",
22+
"0.11.3": "0.15.0"
2223
}

versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
"0.10.1": "0.15.0",
1919
"0.11.0": "0.15.0",
2020
"0.11.1": "0.15.0",
21-
"0.11.2": "0.15.0"
21+
"0.11.2": "0.15.0",
22+
"0.11.3": "0.15.0"
2223
}

0 commit comments

Comments
 (0)