From fad25ed370739f483679241b2f1cc3a3a4053cc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A2=96=E9=80=B8?= <49649786+Zuoqiu-Yingyi@users.noreply.github.com> Date: Sat, 20 May 2023 05:16:04 +0800 Subject: [PATCH] chore(open-api): release v1.0.0 --- package.json | 2 +- public/plugin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 73b9661..987a9ca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "open-api", "private": true, - "version": "1.0.3", + "version": "1.0.0", "type": "module", "scripts": { "build": "tsc && vite build" diff --git a/public/plugin.json b/public/plugin.json index a6991a5..1d97891 100644 --- a/public/plugin.json +++ b/public/plugin.json @@ -2,7 +2,7 @@ "name": "open-api", "author": "Zuoqiu Yingyi", "url": "https://github.com/Zuoqiu-Yingyi/siyuan-plugin-open-api", - "version": "1.0.3", + "version": "1.0.0", "displayName": { "default": "🛠 Open API", "zh_CN": "🛠 开放 API",