Skip to content

Commit 38bb738

Browse files
committed
🔖 Release v2.10.5
1 parent bc80a92 commit 38bb738

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/dockerimage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333

3434
- name: Build the Docker image
3535
run: |
36-
docker buildx build --push --platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v8 -t b3log/siyuan:latest -t b3log/siyuan:v2.10.4 .
36+
docker buildx build --push --platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v8 -t b3log/siyuan:latest -t b3log/siyuan:v2.10.5 .

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="2.10.4.0"/>
12+
Version="2.10.5.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": "2.10.4",
3+
"version": "2.10.5",
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
@@ -42,7 +42,7 @@ import (
4242
var Mode = "prod"
4343

4444
const (
45-
Ver = "2.10.4"
45+
Ver = "2.10.5"
4646
IsInsider = false
4747
)
4848

0 commit comments

Comments
 (0)