From b3aaf1aed6614808ac9006254300f158a3454e36 Mon Sep 17 00:00:00 2001 From: Otto Date: Tue, 24 Oct 2023 18:26:57 +0800 Subject: [PATCH] ci: update ci file --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 66f1d11..2817b3b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "sync-to-xlog", "name": "sync-to-xlog", - "version": "0.2.0", + "version": "0.2.1", "minAppVersion": "0.12.0", "description": "Publish your obsidian file to xlog.app", "author": "Otto-J@github", diff --git a/package.json b/package.json index e9381cd..098a516 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sync-to-xlog", - "version": "0.2.0", + "version": "0.2.1", "description": "A plugin for Obsidian.md to sync xlog.app", "main": "main.js", "scripts": {