Explorar el Código

[Release] v3.15.1

A fake release to test CI.
Le Tan hace 3 años
padre
commit
99c805057e

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

@@ -10,7 +10,7 @@ on:
   workflow_dispatch:
 
 env:
-    VNOTE_VER: 3.15.0
+    VNOTE_VER: 3.15.1
 
 jobs:
   build-linux:

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

@@ -10,7 +10,7 @@ on:
   workflow_dispatch:
 
 env:
-    VNOTE_VER: 3.15.0
+    VNOTE_VER: 3.15.1
 
 jobs:
   build:

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

@@ -10,7 +10,7 @@ on:
   workflow_dispatch:
 
 env:
-    VNOTE_VER: 3.15.0
+    VNOTE_VER: 3.15.1
 
 jobs:
   build:

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

@@ -21,9 +21,9 @@
     <key>CFBundleExecutable</key>
     <string>vnote</string>
     <key>CFBundleShortVersionString</key>
-    <string>3.15.0</string>
+    <string>3.15.1</string>
     <key>CFBundleVersion</key>
-    <string>3.15.0.1</string>
+    <string>3.15.1.1</string>
     <key>NSHumanReadableCopyright</key>
     <string>Created by VNoteX</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.15.0"
+        "version" : "3.15.1"
     },
     "core" : {
         "theme" : "pure",