We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52f93e5 commit 3310917Copy full SHA for 3310917
app/appx/AppxManifest.xml
@@ -9,7 +9,7 @@
9
<Identity Name="89C2A984.SiYuan"
10
ProcessorArchitecture="x64"
11
Publisher="CN=087C656E-C1D9-42D8-8807-CED45A74FC0F"
12
- Version="3.1.20.0"/>
+ Version="3.1.21.0"/>
13
<Properties>
14
<DisplayName>SiYuan</DisplayName>
15
<PublisherDisplayName>云南链滴科技有限公司</PublisherDisplayName>
app/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "SiYuan",
3
- "version": "3.1.20",
+ "version": "3.1.21",
4
"description": "Refactor your thinking",
5
"homepage": "https://b3log.org/siyuan",
6
"main": "./electron/main.js",
kernel/util/working.go
@@ -45,7 +45,7 @@ import (
45
var Mode = "prod"
46
47
const (
48
- Ver = "3.1.20"
+ Ver = "3.1.21"
49
IsInsider = false
50
)
51
0 commit comments