Skip to content

Commit 62e6e09

Browse files
committed
Release Khoj version 0.6.1
1 parent b079fb3 commit 62e6e09

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.6.0",
4+
"version": "0.6.1",
55
"minAppVersion": "0.15.0",
66
"description": "Natural, Incremental Search for your Second 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: A search assistant for your second brain
77
;; Keywords: search, chat, org-mode, outlines, markdown, beancount, image
8-
;; Version: 0.6.0
8+
;; Version: 0.6.1
99
;; Package-Requires: ((emacs "27.1") (transient "0.3.0") (dash "2.19.1"))
1010
;; URL: https://github.com/debanjum/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.6.0",
4+
"version": "0.6.1",
55
"minAppVersion": "0.15.0",
66
"description": "Natural, Incremental Search for your Second 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.6.0",
3+
"version": "0.6.1",
44
"description": "Natural, Incremental Search for your Second Brain 🦅",
55
"main": "src/main.js",
66
"scripts": {

src/interface/obsidian/versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"0.3.0": "0.15.0",
66
"0.4.0": "0.15.0",
77
"0.5.0": "0.15.0",
8-
"0.6.0": "0.15.0"
8+
"0.6.0": "0.15.0",
9+
"0.6.1": "0.15.0"
910
}

versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"0.3.0": "0.15.0",
66
"0.4.0": "0.15.0",
77
"0.5.0": "0.15.0",
8-
"0.6.0": "0.15.0"
8+
"0.6.0": "0.15.0",
9+
"0.6.1": "0.15.0"
910
}

0 commit comments

Comments
 (0)