diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml
index ebad4e67..4d284b17 100644
--- a/.github/workflows/ci-linux.yml
+++ b/.github/workflows/ci-linux.yml
@@ -10,7 +10,7 @@ on:
workflow_dispatch:
env:
- VNOTE_VER: 3.12.888
+ VNOTE_VER: 3.13.0
jobs:
build-linux:
diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml
index 3ba29144..4d5afcb9 100644
--- a/.github/workflows/ci-macos.yml
+++ b/.github/workflows/ci-macos.yml
@@ -10,7 +10,7 @@ on:
workflow_dispatch:
env:
- VNOTE_VER: 3.12.888
+ VNOTE_VER: 3.13.0
jobs:
build-linux:
diff --git a/.github/workflows/ci-win.yml b/.github/workflows/ci-win.yml
index 859d6a51..8385bd6f 100644
--- a/.github/workflows/ci-win.yml
+++ b/.github/workflows/ci-win.yml
@@ -10,7 +10,7 @@ on:
workflow_dispatch:
env:
- VNOTE_VER: 3.12.888
+ VNOTE_VER: 3.13.0
jobs:
build:
diff --git a/changes.md b/changes.md
index 61bb68e9..445e8869 100644
--- a/changes.md
+++ b/changes.md
@@ -1,4 +1,7 @@
# Changes
+## v3.13.0
+* United Entry: migration of Universal Entry
+
## v3.12.888
* Fix shortcuts in key sequence with input method (like `Ctrl+G, E`)
* Add line ending settings for config files
diff --git a/src/data/core/Info.plist b/src/data/core/Info.plist
index 6ee3ef21..2a4eb315 100644
--- a/src/data/core/Info.plist
+++ b/src/data/core/Info.plist
@@ -21,9 +21,9 @@
CFBundleExecutable
vnote
CFBundleShortVersionString
- 3.12.888
+ 3.13.0
CFBundleVersion
- 3.12.888.1
+ 3.13.0.1
NSHumanReadableCopyright
Created by VNoteX
CFBundleIconFile
diff --git a/src/data/core/vnotex.json b/src/data/core/vnotex.json
index 36e75770..051ec43a 100644
--- a/src/data/core/vnotex.json
+++ b/src/data/core/vnotex.json
@@ -3,7 +3,7 @@
"metadata" : {
"//comment": "When releasing new version, please go through the following configs to check if override is needed.",
"//Comment": "markdown_editor#override_viewer_resource",
- "version" : "3.12.888"
+ "version" : "3.13.0"
},
"core" : {
"theme" : "pure",