From e454bb4e109ae453672da0c06b3b45b30553af02 Mon Sep 17 00:00:00 2001 From: rizerphe <44440399+rizerphe@users.noreply.github.com> Date: Wed, 22 Mar 2023 17:54:04 +0200 Subject: [PATCH] v1.0.1 --- manifest.json | 6 +++--- package.json | 2 +- versions.json | 5 +++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index b52ea36..1d211bc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "obsidian-companion", "name": "Companion", - "version": "1.0.0", - "minAppVersion": "0.15.0", + "version": "1.0.1", + "minAppVersion": "1.1.16", "description": "Adds a github copilot-like interface for obsidian.", "author": "rizerphe", "authorUrl": "https://github.com/rizerphe", "isDesktopOnly": true -} +} \ No newline at end of file diff --git a/package.json b/package.json index 9b14b52..a209474 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "1.0.0", + "version": "1.0.1", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 26382a1..20bc58e 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "1.0.0": "0.15.0" -} + "1.0.0": "0.15.0", + "1.0.1": "1.1.16" +} \ No newline at end of file