From 8bb8824d0c4cb4de3c9dc936db7ca512726cdd6b Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Fri, 10 Mar 2023 12:13:18 -0600 Subject: [PATCH] Bump khoj versions in obsidian, emacs files --- manifest.json | 16 ++++++++-------- src/interface/emacs/khoj.el | 2 +- src/interface/obsidian/manifest.json | 2 +- src/interface/obsidian/package.json | 2 +- src/interface/obsidian/versions.json | 3 ++- versions.json | 9 +++++---- 6 files changed, 18 insertions(+), 16 deletions(-) diff --git a/manifest.json b/manifest.json index 9c5f58f6..56effa29 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { - "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 + "id": "khoj", + "name": "Khoj", + "version": "0.4.0", + "minAppVersion": "0.15.0", + "description": "Natural, Incremental Search for your Second Brain 🦅", + "author": "Debanjum Singh Solanky", + "authorUrl": "https://github.com/debanjum", + "isDesktopOnly": false } diff --git a/src/interface/emacs/khoj.el b/src/interface/emacs/khoj.el index 4aa1898a..1d405879 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.3.1 +;; Version: 0.4.1 ;; 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 2324bbd1..832bdb77 100644 --- a/src/interface/obsidian/manifest.json +++ b/src/interface/obsidian/manifest.json @@ -1,7 +1,7 @@ { "id": "khoj", "name": "Khoj", - "version": "0.3.1", + "version": "0.4.1", "minAppVersion": "0.15.0", "description": "Natural, Incremental Search for your Second Brain 🦅", "author": "Debanjum Singh Solanky", diff --git a/src/interface/obsidian/package.json b/src/interface/obsidian/package.json index 8315dcaf..5f1a2e6e 100644 --- a/src/interface/obsidian/package.json +++ b/src/interface/obsidian/package.json @@ -1,6 +1,6 @@ { "name": "Khoj", - "version": "0.3.1", + "version": "0.4.1", "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 29c440b8..48304e5b 100644 --- a/src/interface/obsidian/versions.json +++ b/src/interface/obsidian/versions.json @@ -3,5 +3,6 @@ "0.2.5": "0.15.0", "0.2.6": "0.15.0", "0.3.0": "0.15.0", - "0.3.1": "0.15.0" + "0.4.0": "0.15.0", + "0.4.1": "0.15.0" } diff --git a/versions.json b/versions.json index 7b6560f4..391534e8 100644 --- a/versions.json +++ b/versions.json @@ -1,6 +1,7 @@ { - "0.2.1": "0.15.0", - "0.2.5": "0.15.0", - "0.2.6": "0.15.0", - "0.3.0": "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", + "0.4.0": "0.15.0" }