Skip to content

Commit e2a7785

Browse files
committed
✨ feat(0.1.2): update title
1 parent 1062966 commit e2a7785

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codelab-turbowarp-desktop",
33
"description": "Desktop app for TurboWarp",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"license": "GPL-3.0",
66
"author": {
77
"email": "contact@turbowarp.org",

src/main/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const isWindows = process.platform === 'win32';
1818
const isLinux = process.platform === 'linux';
1919

2020
const editorWindows = new Set();
21-
const editorWindowTitle = `TurboWarp Desktop ${version}`;
21+
const editorWindowTitle = `CodeLab TurboWarp Desktop ${version}`;
2222
const filesToOpen = [];
2323
let aboutWindow = null;
2424
let settingsWindow = null;

0 commit comments

Comments
 (0)