Skip to content

Commit

Permalink
🔖 Release v3.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Jan 7, 2025
1 parent 593b652 commit 56f8ea4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/appx/AppxManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Identity Name="89C2A984.SiYuan"
ProcessorArchitecture="x64"
Publisher="CN=087C656E-C1D9-42D8-8807-CED45A74FC0F"
Version="3.1.18.0"/>
Version="3.1.19.0"/>
<Properties>
<DisplayName>SiYuan</DisplayName>
<PublisherDisplayName>云南链滴科技有限公司</PublisherDisplayName>
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SiYuan",
"version": "3.1.18",
"version": "3.1.19",
"description": "Refactor your thinking",
"homepage": "https://b3log.org/siyuan",
"main": "./electron/main.js",
Expand Down
2 changes: 1 addition & 1 deletion kernel/util/working.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import (
var Mode = "prod"

const (
Ver = "3.1.18"
Ver = "3.1.19"
IsInsider = false
)

Expand Down

0 comments on commit 56f8ea4

Please sign in to comment.