Skip to content

Commit

Permalink
✨ feat(0.1.2): update title
Browse files Browse the repository at this point in the history
  • Loading branch information
summerscar committed Jul 27, 2021
1 parent 1062966 commit e2a7785
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "codelab-turbowarp-desktop",
"description": "Desktop app for TurboWarp",
"version": "0.1.1",
"version": "0.1.2",
"license": "GPL-3.0",
"author": {
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion src/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const isWindows = process.platform === 'win32';
const isLinux = process.platform === 'linux';

const editorWindows = new Set();
const editorWindowTitle = `TurboWarp Desktop ${version}`;
const editorWindowTitle = `CodeLab TurboWarp Desktop ${version}`;
const filesToOpen = [];
let aboutWindow = null;
let settingsWindow = null;
Expand Down

0 comments on commit e2a7785

Please sign in to comment.