Skip to content

Commit 86e96ce

Browse files
committed
⬆️
1 parent 9e1ff95 commit 86e96ce

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.2.0
1+
## 0.2.0 2023-08-15
22

33
* [Add plugin event bus `open-siyuan-url-plugin` and `open-siyuan-url-block`](https://github.com/siyuan-note/siyuan/pull/8927)
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plugin-sample",
3-
"version": "0.1.12",
3+
"version": "0.2.0",
44
"description": "This is a sample plugin for Siyuan (https://b3log.org/siyuan)",
55
"main": ".src/index.js",
66
"scripts": {

plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "plugin-sample",
33
"author": "Vanessa",
44
"url": "https://github.com/siyuan-note/plugin-sample",
5-
"version": "0.1.12",
6-
"minAppVersion": "2.9.0",
5+
"version": "0.2.0",
6+
"minAppVersion": "2.10.0",
77
"backends": ["windows", "linux", "darwin"],
88
"frontends": ["desktop"],
99
"displayName": {

0 commit comments

Comments
 (0)