From f58a71c1c40c13fc34060c317811936fc7445e7c Mon Sep 17 00:00:00 2001 From: fyears Date: Mon, 25 Oct 2021 00:46:03 +0800 Subject: [PATCH] bump version --- manifest.json | 2 +- versions.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index cf67c1e..03a66b6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsdian-save-remote", "name": "Save remote", - "version": "0.0.1", + "version": "0.0.2", "minAppVersion": "0.12.15", "description": "This is yet another plugin allowing users to sync notes between local device and the cloud.", "author": "fyears", diff --git a/versions.json b/versions.json index 846ce11..e6a1491 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "0.0.1": "0.12.15" + "0.0.2": "0.12.15" }