Skip to content

Commit 69f88c8

Browse files
committed
v0.2.2
1 parent b140791 commit 69f88c8

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "g14controlv2-main",
33
"productName": "G14ControlV2-Main",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"description": "",
66
"main": "./build/electron.js",
77
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "g14controlv2",
33
"productName": "G14ControlV2",
4-
"version": "v0.2.1",
4+
"version": "v0.2.2",
55
"description": "Management Tools for the Zephyrus G14",
66
"author": {
77
"name": "Alex Redden",

src/Components/Content/Settings.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {
88
message,
99
PageHeader,
1010
Space,
11-
Switch,
1211
} from 'antd';
1312
import isAccelerator from 'electron-is-accelerator';
1413
import { CheckboxChangeEvent } from 'antd/lib/checkbox';

0 commit comments

Comments
 (0)