Skip to content

Commit ad3c9b5

Browse files
committed
Bump khoj version to 0.2.5 in preparation for release
1 parent 9ed056c commit ad3c9b5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='khoj-assistant',
10-
version='0.2.2',
10+
version='0.2.5',
1111
description="A natural language search engine for your personal notes, transactions and images",
1212
long_description=(this_directory / "Readme.md").read_text(encoding="utf-8"),
1313
long_description_content_type="text/markdown",

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: Natural, Incremental Search for your Second Brain
77
;; Keywords: search, org-mode, outlines, markdown, beancount, ledger, image
8-
;; Version: 0.2.2
8+
;; Version: 0.2.5
99
;; Package-Requires: ((emacs "27.1") (transient "0.3.0"))
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.2.2",
4+
"version": "0.2.5",
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.2.2",
3+
"version": "0.2.5",
44
"description": "Natural, Incremental Search for your Second Brain 🦅",
55
"main": "src/main.js",
66
"scripts": {

src/interface/obsidian/versions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"0.2.1": "0.15.0",
3-
"0.2.2": "0.15.0"
3+
"0.2.5": "0.15.0"
44
}

0 commit comments

Comments
 (0)