Skip to content

Commit 0a42e6b

Browse files
πŸ”– feat: Update app version to 0.0.14 for new release
- Incremented output directory in `electron-builder.json5` to match new version. - Updated application version in `package.json` to 0.0.14.
1 parent d7154c7 commit 0a42e6b

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.13",
12+
output: "release/0.0.14",
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.13",
4+
"version": "0.0.14",
55
"author": "Screenlink",
66
"description": "Screenlink Desktop",
77
"scripts": {

0 commit comments

Comments
Β (0)