Skip to content

Commit 0da7200

Browse files
committed
[Release] v3.15.1
A fake release to test CI.
1 parent ed87ea3 commit 0da7200

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/ci-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
workflow_dispatch:
1111

1212
env:
13-
VNOTE_VER: 3.15.0
13+
VNOTE_VER: 3.15.1
1414

1515
jobs:
1616
build-linux:

.github/workflows/ci-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
workflow_dispatch:
1111

1212
env:
13-
VNOTE_VER: 3.15.0
13+
VNOTE_VER: 3.15.1
1414

1515
jobs:
1616
build:

.github/workflows/ci-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
workflow_dispatch:
1111

1212
env:
13-
VNOTE_VER: 3.15.0
13+
VNOTE_VER: 3.15.1
1414

1515
jobs:
1616
build:

src/data/core/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
<key>CFBundleExecutable</key>
2222
<string>vnote</string>
2323
<key>CFBundleShortVersionString</key>
24-
<string>3.15.0</string>
24+
<string>3.15.1</string>
2525
<key>CFBundleVersion</key>
26-
<string>3.15.0.1</string>
26+
<string>3.15.1.1</string>
2727
<key>NSHumanReadableCopyright</key>
2828
<string>Created by VNoteX</string>
2929
<key>CFBundleIconFile</key>

src/data/core/vnotex.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"metadata" : {
44
"//comment": "When releasing new version, please go through the following configs to check if override is needed.",
55
"//Comment": "markdown_editor#override_viewer_resource",
6-
"version" : "3.15.0"
6+
"version" : "3.15.1"
77
},
88
"core" : {
99
"theme" : "pure",

0 commit comments

Comments
 (0)