Skip to content

Commit a3686fa

Browse files
Update version to 0.0.15 in electron-builder.json5 and package.json
1 parent 7a7f681 commit a3686fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/desktop/electron-builder.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
afterSign: "electron-builder-notarize",
1010
directories: {
1111
// manually increase due to issue with Windows nsis
12-
output: "release/0.0.14",
12+
output: "release/0.0.15",
1313
buildResources: "build",
1414
},
1515
files: ["dist", "dist-electron"],

apps/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "screenlink-desktop",
33
"private": true,
4-
"version": "0.0.14",
4+
"version": "0.0.15",
55
"author": "Screenlink",
66
"description": "Screenlink Desktop",
77
"scripts": {

0 commit comments

Comments
 (0)