diff --git a/app/appx/AppxManifest.xml b/app/appx/AppxManifest.xml
index 2fde4cb08..6130dec5e 100644
--- a/app/appx/AppxManifest.xml
+++ b/app/appx/AppxManifest.xml
@@ -9,7 +9,7 @@
+ Version="3.1.3.0"/>
SiYuan
云南链滴科技有限公司
diff --git a/kernel/util/working.go b/kernel/util/working.go
index ec0d4700a..6f8e16d36 100644
--- a/kernel/util/working.go
+++ b/kernel/util/working.go
@@ -44,7 +44,7 @@ import (
var Mode = "prod"
const (
- Ver = "3.1.2"
+ Ver = "3.1.3"
IsInsider = false
)