Skip to content

Commit b51c491

Browse files
committed
v1.0.1 fix typos
1 parent a895096 commit b51c491

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

app/client/src/components/ErrorDialog/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function ErrorDialog(props: ErrorDialogProps) {
3737
>
3838
<Row center="xs" style={{ marginTop: '10px' }}>
3939
<Col xs={12}>
40-
<H3 className={Classes.TEXT_MUTED}>Descreen Error Dialog</H3>
40+
<H3 className={Classes.TEXT_MUTED}>Deskreen Error Dialog</H3>
4141
</Col>
4242
</Row>
4343
<Row middle="xs" center="xs" style={{ padding: '20px', width: '100%' }}>

app/features/PeerConnectionHelperRendererService/index.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jest.mock('electron', () => {
2121
};
2222
});
2323

24-
const testAppPath = '/a/b/c/descreen_app';
24+
const testAppPath = '/a/b/c/deskreen_app';
2525
const testBrowserWindowParams = {
2626
show: false,
2727
// width: 300,

app/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "deskreen",
3-
"productName": "deskreen",
4-
"version": "1.0.0",
3+
"productName": "Deskreen",
4+
"version": "1.0.1",
55
"description": "Deskreen makes any device a second screen for your computer",
66
"main": "./main.prod.js",
77
"author": {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "deskreen",
33
"productName": "Deskreen",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "Deskreen makes any device a second screen for your computer",
66
"scripts": {
77
"build": "yarn build-client && yarn build-main && yarn build-renderer",

0 commit comments

Comments
 (0)