From a31002bf3824a1a08b541bc2ed4a6bd4c9f35325 Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Wed, 11 Jan 2023 20:54:12 -0300 Subject: [PATCH] Revert obsidian plugin manifest, versions at project root to 0.2.1 --- manifest.json | 2 +- versions.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index c6a0e164..aa38a357 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "khoj", "name": "Khoj", - "version": "0.2.2", + "version": "0.2.1", "minAppVersion": "0.15.0", "description": "Natural, Incremental Search for your Second Brain 🦅", "author": "Debanjum Singh Solanky", diff --git a/versions.json b/versions.json index 932bb936..12c5334f 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,3 @@ { - "0.2.1": "0.15.0", - "0.2.2": "0.15.0" + "0.2.1": "0.15.0" }