From d0e64e4af1a77ac964f846c6d4ae3284803f3564 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Tue, 9 Jul 2024 09:43:41 +0800 Subject: [PATCH] :bookmark: Release v3.1.0 --- app/appx/AppxManifest.xml | 2 +- app/package.json | 2 +- kernel/util/working.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/appx/AppxManifest.xml b/app/appx/AppxManifest.xml index f7337655e..be031f2b4 100644 --- a/app/appx/AppxManifest.xml +++ b/app/appx/AppxManifest.xml @@ -9,7 +9,7 @@ + Version="3.1.0.0"/> SiYuan 云南链滴科技有限公司 diff --git a/app/package.json b/app/package.json index 696cfc985..3e08a62e2 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "SiYuan", - "version": "3.0.17", + "version": "3.1.0", "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 7bb51a468..50e9ad54a 100644 --- a/kernel/util/working.go +++ b/kernel/util/working.go @@ -44,7 +44,7 @@ import ( var Mode = "prod" const ( - Ver = "3.0.17" + Ver = "3.1.0" IsInsider = false )