Skip to content

Commit 2f0c722

Browse files
committed
workflows
1 parent 900dc1d commit 2f0c722

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bettercrewlink",
3-
"version": "3.1.4-BETA",
3+
"version": "3.1.3",
44
"license": "GPL-3.0-or-later",
55
"description": "Free, open, Among Us Proximity Voice Chat",
66
"repository": {
@@ -103,4 +103,4 @@
103103
"webpackDllConfig": "webpack.renderer.config.js"
104104
}
105105
}
106-
}
106+
}

src/renderer/App.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const RawTitleBar: React.FC<TitleBarProps> = function ({ settingsOpen, setSettin
8888
return (
8989
<div className={classes.root}>
9090
<span className={classes.title} style={{ marginLeft: 10 }}>
91-
BetterCrewLink-沫夏悠轩{appVersion}
91+
BCL-沫夏悠轩{appVersion}
9292
</span>
9393
<IconButton
9494
className={classes.button}

0 commit comments

Comments
 (0)