Browse Source

release v3.20.1

Le Tan 1 week ago
parent
commit
4ecaf1e5f8

+ 1 - 1
.github/workflows/ci-linux.yml

@@ -16,7 +16,7 @@ on:
         default: false
 
 env:
-    VNOTE_VER: 3.20.0
+    VNOTE_VER: 3.20.1
     CMAKE_VER: 3.24.3
 
 jobs:

+ 1 - 1
.github/workflows/ci-macos.yml

@@ -16,7 +16,7 @@ on:
         default: false
 
 env:
-    VNOTE_VER: 3.20.0
+    VNOTE_VER: 3.20.1
     CMAKE_VER: 3.24.3
 
 jobs:

+ 1 - 1
.github/workflows/ci-win.yml

@@ -16,7 +16,7 @@ on:
         default: false
 
 env:
-    VNOTE_VER: 3.20.0
+    VNOTE_VER: 3.20.1
 
 jobs:
   build:

+ 1 - 1
CMakeLists.txt

@@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.20)
 set(CMAKE_OSX_DEPLOYMENT_TARGET "12.1" CACHE STRING "Minimum OS X deployment version")
 
 project(VNote
-    VERSION 3.20.0
+    VERSION 3.20.1
     DESCRIPTION "A pleasant note-taking platform"
     HOMEPAGE_URL "https://app.vnote.fun"
     LANGUAGES C CXX)

+ 1 - 1
src/data/core/Info.plist

@@ -27,7 +27,7 @@
     <key>CFBundleShortVersionString</key>
     <string>3.20</string>
     <key>CFBundleVersion</key>
-    <string>3.20.0</string>
+    <string>3.20.1</string>
     <key>NSHumanReadableCopyright</key>
     <string>Distributed under LGPL-3.0 license. Copyright (c) 2025 app.vnote.fun</string>
     <key>CFBundleIconFile</key>

+ 1 - 1
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.20.0"
+        "version" : "3.20.1"
     },
     "core" : {
         "theme" : "pure",