Skip to content

Commit 9fc430c

Browse files
committed
⬆️
1 parent 23593f2 commit 9fc430c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v0.3.7 2024-09-27
3+
## v0.3.6 2024-09-27
44

55
* [Add plugin event bus `opened-notebook` & `closed-notebook`](https://github.com/siyuan-note/siyuan/issues/11974)
66
* [⬆️ Bump braces from 3.0.2 to 3.0.3](https://github.com/siyuan-note/plugin-sample/pull/16)

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.3.7",
3+
"version": "0.3.6",
44
"description": "This is a sample plugin for Siyuan (https://b3log.org/siyuan)",
55
"main": ".src/index.js",
66
"scripts": {

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "plugin-sample",
33
"author": "Vanessa",
44
"url": "https://github.com/siyuan-note/plugin-sample",
5-
"version": "0.3.7",
5+
"version": "0.3.6",
66
"minAppVersion": "3.1.7",
77
"backends": [
88
"windows",

0 commit comments

Comments
 (0)