Bump khoj pre-release version

This commit is contained in:
Debanjum Singh Solanky
2023-01-22 18:45:56 -03:00
parent ad3c9b5f44
commit 013c7c10a4
7 changed files with 16 additions and 14 deletions

View File

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

View File

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

View File

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

View File

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