From 215235efd26abe12001f64b88edbbaf53c4ebed0 Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Wed, 8 Feb 2023 20:24:36 -0300 Subject: [PATCH] Bump khoj pre-release version --- manifest.json | 2 +- setup.py | 2 +- src/interface/emacs/khoj.el | 2 +- src/interface/obsidian/manifest.json | 18 +++++++++--------- src/interface/obsidian/package.json | 2 +- src/interface/obsidian/versions.json | 9 +++++---- versions.json | 3 ++- 7 files changed, 20 insertions(+), 18 deletions(-) diff --git a/manifest.json b/manifest.json index d74e7371..403af454 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "khoj", "name": "Khoj", - "version": "0.2.5", + "version": "0.2.6", "minAppVersion": "0.15.0", "description": "Natural, Incremental Search for your Second Brain 🦅", "author": "Debanjum Singh Solanky", diff --git a/setup.py b/setup.py index fb205435..7a6b8b6f 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ this_directory = Path(__file__).parent setup( name='khoj-assistant', - version='0.2.6', + version='0.3.0', 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_content_type="text/markdown", diff --git a/src/interface/emacs/khoj.el b/src/interface/emacs/khoj.el index ed0f880f..e5bd357f 100644 --- a/src/interface/emacs/khoj.el +++ b/src/interface/emacs/khoj.el @@ -5,7 +5,7 @@ ;; Author: Debanjum Singh Solanky ;; Description: Natural, Incremental Search for your Second Brain ;; 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")) ;; URL: https://github.com/debanjum/khoj/tree/master/src/interface/emacs diff --git a/src/interface/obsidian/manifest.json b/src/interface/obsidian/manifest.json index 403af454..a2f48c73 100644 --- a/src/interface/obsidian/manifest.json +++ b/src/interface/obsidian/manifest.json @@ -1,10 +1,10 @@ { - "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 -} + "id": "khoj", + "name": "Khoj", + "version": "0.3.0", + "minAppVersion": "0.15.0", + "description": "Natural, Incremental Search for your Second Brain 🦅", + "author": "Debanjum Singh Solanky", + "authorUrl": "https://github.com/debanjum", + "isDesktopOnly": false +} \ No newline at end of file diff --git a/src/interface/obsidian/package.json b/src/interface/obsidian/package.json index 9838e06e..889b151c 100644 --- a/src/interface/obsidian/package.json +++ b/src/interface/obsidian/package.json @@ -1,6 +1,6 @@ { "name": "Khoj", - "version": "0.2.6", + "version": "0.3.0", "description": "Natural, Incremental Search for your Second Brain 🦅", "main": "src/main.js", "scripts": { diff --git a/src/interface/obsidian/versions.json b/src/interface/obsidian/versions.json index 60c27358..12d28a86 100644 --- a/src/interface/obsidian/versions.json +++ b/src/interface/obsidian/versions.json @@ -1,5 +1,6 @@ { - "0.2.1": "0.15.0", - "0.2.5": "0.15.0", - "0.2.6": "0.15.0" -} + "0.2.1": "0.15.0", + "0.2.5": "0.15.0", + "0.2.6": "0.15.0", + "0.3.0": "0.15.0" +} \ No newline at end of file diff --git a/versions.json b/versions.json index ad7f55c0..60c27358 100644 --- a/versions.json +++ b/versions.json @@ -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" }