Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

Commit 6542309

Browse files
committed
chore: update names
1 parent baaaa02 commit 6542309

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bterm",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"description": "bterm - Cross-Platform Terminal",
55
"main": "electron.js",
66
"scripts": {

src/app/menu.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ let { Menu, dialog } = electron;
33

44
let template = [
55
{
6-
label: 'SpeedTerm',
6+
label: 'bterm',
77
submenu: [
8-
{ label: 'About SpeedTerm', click() {
8+
{ label: 'About bterm', click() {
99
dialog.showMessageBox({
1010
title: 'bterm',
1111
message: 'Cross-Platform Terminal',

0 commit comments

Comments
 (0)