Skip to content

Commit

Permalink
Update to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
JaciBrunning committed Jun 11, 2024
1 parent da5cd5d commit d62e92d
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion grapple-hook/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grapple-hook",
"private": true,
"version": "24.2.0",
"version": "24.2.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
4 changes: 0 additions & 4 deletions grapple-hook/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,6 @@
"type": "object",
"required": [
"channel",
"enabled",
"voltage"
],
"properties": {
Expand All @@ -1039,9 +1038,6 @@
"format": "uint8",
"minimum": 0.0
},
"enabled": {
"type": "boolean"
},
"voltage": {
"type": "integer",
"format": "uint16",
Expand Down
6 changes: 3 additions & 3 deletions grapple-hook/src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion grapple-hook/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "grapple-hook"
version = "24.2.0"
version = "24.2.1"
description = "Configuration Tool for Grapple Hardware"
authors = ["Jaci Brunning <[email protected]>"]
license = "GPLv3"
Expand Down
2 changes: 1 addition & 1 deletion grapple-hook/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "GrappleHook",
"version": "24.2.0"
"version": "24.2.1"
},
"tauri": {
"allowlist": {
Expand Down
1 change: 0 additions & 1 deletion grapple-hook/src/devices/Mitocandria.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export default function MitocandriaComponent(props: MitocandriaProps) {
{
channel: {
channel: channel,
enabled: false,
voltage: n * 1000.0
}
}
Expand Down
1 change: 0 additions & 1 deletion grapple-hook/src/schema.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,6 @@ export interface MitocandriaSwitchableChannelRequest {
}
export interface MitocandriaAdjustableChannelRequest {
channel: number;
enabled: boolean;
voltage: number;
}
export interface MitocandriaStatus {
Expand Down

0 comments on commit d62e92d

Please sign in to comment.