From 40d546e953f5f62bc4ae73fe817ea0aee155b3fd Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Tue, 29 Aug 2023 11:19:26 +0800 Subject: [PATCH] :bookmark: Release v2.10.2 --- .github/workflows/dockerimage.yml | 2 +- app/appx/AppxManifest.xml | 2 +- app/changelogs/v2.10.2/v2.10.2.md | 1 - app/package.json | 2 +- kernel/util/working.go | 2 +- 5 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index 1639dd878..79b43f00d 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -33,4 +33,4 @@ jobs: - name: Build the Docker image run: | - docker buildx build --push --platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v8 -t b3log/siyuan:latest -t b3log/siyuan:v2.10.1 . \ No newline at end of file + docker buildx build --push --platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v8 -t b3log/siyuan:latest -t b3log/siyuan:v2.10.2 . \ No newline at end of file diff --git a/app/appx/AppxManifest.xml b/app/appx/AppxManifest.xml index 81f9b8018..63188ae85 100644 --- a/app/appx/AppxManifest.xml +++ b/app/appx/AppxManifest.xml @@ -9,7 +9,7 @@ + Version="2.10.20"/> SiYuan 云南链滴科技有限公司 diff --git a/app/changelogs/v2.10.2/v2.10.2.md b/app/changelogs/v2.10.2/v2.10.2.md index 6536e206b..09f702dec 100644 --- a/app/changelogs/v2.10.2/v2.10.2.md +++ b/app/changelogs/v2.10.2/v2.10.2.md @@ -8,7 +8,6 @@ The search asset file content feature requires a paid membership to use, and it Below are the detailed changes in this version. - ### Enhancement * [Code block support hlsl shading language highlighting](https://github.com/siyuan-note/siyuan/issues/8431) diff --git a/app/package.json b/app/package.json index c639d3c33..746c6dc9f 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "SiYuan", - "version": "2.10.1", + "version": "2.10.2", "description": "Refactor your thinking", "homepage": "https://b3log.org/siyuan", "main": "./electron/main.js", diff --git a/kernel/util/working.go b/kernel/util/working.go index 8c9949523..dfabe5e7f 100644 --- a/kernel/util/working.go +++ b/kernel/util/working.go @@ -42,7 +42,7 @@ import ( var Mode = "prod" const ( - Ver = "2.10.1" + Ver = "2.10.2" IsInsider = false )