Bump khoj pre-release version

This commit is contained in:
Debanjum Singh Solanky
2023-02-08 20:24:36 -03:00
parent 55e4fa9719
commit 215235efd2
7 changed files with 20 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
{ {
"id": "khoj", "id": "khoj",
"name": "Khoj", "name": "Khoj",
"version": "0.2.5", "version": "0.2.6",
"minAppVersion": "0.15.0", "minAppVersion": "0.15.0",
"description": "Natural, Incremental Search for your Second Brain 🦅", "description": "Natural, Incremental Search for your Second Brain 🦅",
"author": "Debanjum Singh Solanky", "author": "Debanjum Singh Solanky",

View File

@@ -7,7 +7,7 @@ this_directory = Path(__file__).parent
setup( setup(
name='khoj-assistant', name='khoj-assistant',
version='0.2.6', version='0.3.0',
description="A natural language search engine for your personal notes, transactions and images", description="A natural language search engine for your personal notes, transactions and images",
long_description=(this_directory / "README.md").read_text(encoding="utf-8"), long_description=(this_directory / "README.md").read_text(encoding="utf-8"),
long_description_content_type="text/markdown", long_description_content_type="text/markdown",

View File

@@ -5,7 +5,7 @@
;; Author: Debanjum Singh Solanky <debanjum@gmail.com> ;; Author: Debanjum Singh Solanky <debanjum@gmail.com>
;; Description: Natural, Incremental Search for your Second Brain ;; Description: Natural, Incremental Search for your Second Brain
;; Keywords: search, org-mode, outlines, markdown, beancount, ledger, image ;; Keywords: search, org-mode, outlines, markdown, beancount, ledger, image
;; Version: 0.2.6 ;; Version: 0.3.0
;; Package-Requires: ((emacs "27.1") (transient "0.3.0")) ;; Package-Requires: ((emacs "27.1") (transient "0.3.0"))
;; URL: https://github.com/debanjum/khoj/tree/master/src/interface/emacs ;; URL: https://github.com/debanjum/khoj/tree/master/src/interface/emacs

View File

@@ -1,10 +1,10 @@
{ {
"id": "khoj", "id": "khoj",
"name": "Khoj", "name": "Khoj",
"version": "0.2.6", "version": "0.3.0",
"minAppVersion": "0.15.0", "minAppVersion": "0.15.0",
"description": "Natural, Incremental Search for your Second Brain 🦅", "description": "Natural, Incremental Search for your Second Brain 🦅",
"author": "Debanjum Singh Solanky", "author": "Debanjum Singh Solanky",
"authorUrl": "https://github.com/debanjum", "authorUrl": "https://github.com/debanjum",
"isDesktopOnly": false "isDesktopOnly": false
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "Khoj", "name": "Khoj",
"version": "0.2.6", "version": "0.3.0",
"description": "Natural, Incremental Search for your Second Brain 🦅", "description": "Natural, Incremental Search for your Second Brain 🦅",
"main": "src/main.js", "main": "src/main.js",
"scripts": { "scripts": {

View File

@@ -1,5 +1,6 @@
{ {
"0.2.1": "0.15.0", "0.2.1": "0.15.0",
"0.2.5": "0.15.0", "0.2.5": "0.15.0",
"0.2.6": "0.15.0" "0.2.6": "0.15.0",
} "0.3.0": "0.15.0"
}

View File

@@ -1,4 +1,5 @@
{ {
"0.2.1": "0.15.0", "0.2.1": "0.15.0",
"0.2.5": "0.15.0" "0.2.5": "0.15.0",
"0.2.6": "0.15.0"
} }