Skip to content

Commit 3310917

Browse files
committed
🔖 Release v3.1.21
1 parent 52f93e5 commit 3310917

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/appx/AppxManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Identity Name="89C2A984.SiYuan"
1010
ProcessorArchitecture="x64"
1111
Publisher="CN=087C656E-C1D9-42D8-8807-CED45A74FC0F"
12-
Version="3.1.20.0"/>
12+
Version="3.1.21.0"/>
1313
<Properties>
1414
<DisplayName>SiYuan</DisplayName>
1515
<PublisherDisplayName>云南链滴科技有限公司</PublisherDisplayName>

app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SiYuan",
3-
"version": "3.1.20",
3+
"version": "3.1.21",
44
"description": "Refactor your thinking",
55
"homepage": "https://b3log.org/siyuan",
66
"main": "./electron/main.js",

kernel/util/working.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import (
4545
var Mode = "prod"
4646

4747
const (
48-
Ver = "3.1.20"
48+
Ver = "3.1.21"
4949
IsInsider = false
5050
)
5151

0 commit comments

Comments
 (0)