We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0440b83 commit 0b0c27bCopy full SHA for 0b0c27b
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.24.0"/>
+ Version="3.1.25.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.24",
+ "version": "3.1.25",
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.24"
+ Ver = "3.1.25"
49
IsInsider = false
50
51
// env vars as fallback for commandline parameters
0 commit comments