Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aredden committed Jan 28, 2021
1 parent b140791 commit 69f88c8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "g14controlv2-main",
"productName": "G14ControlV2-Main",
"version": "0.2.1",
"version": "0.2.2",
"description": "",
"main": "./build/electron.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "g14controlv2",
"productName": "G14ControlV2",
"version": "v0.2.1",
"version": "v0.2.2",
"description": "Management Tools for the Zephyrus G14",
"author": {
"name": "Alex Redden",
Expand Down
1 change: 0 additions & 1 deletion src/Components/Content/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
message,
PageHeader,
Space,
Switch,
} from 'antd';
import isAccelerator from 'electron-is-accelerator';
import { CheckboxChangeEvent } from 'antd/lib/checkbox';
Expand Down

0 comments on commit 69f88c8

Please sign in to comment.