Skip to content

Commit

Permalink
v0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
craigkai committed Mar 26, 2024
1 parent 7f3fa69 commit 41b4751
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keshift-light-configuration",
"version": "0.2.7",
"version": "0.2.8",
"private": true,
"engines": {
"node": "20.x"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

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

4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "keshiftlight_configuration_tool"
version = "0.2.7"
version = "0.2.8"
description = "A Tauri App to configure the KE ShiftLight"
authors = ["craig@kaiserengineering.io", "matt@kaiserengineering.io"]
license = ""
Expand All @@ -16,7 +16,7 @@ cc = "1.0"
anyhow = "1.0.65"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "2.0.0-beta" }
tauri = { version = "2.0.0-beta", features = [] }
serialport = { version = "4.2.0", features = [] }
mockall = "0.11.2"
tokio = { version = "1", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
}
},
"productName": "KE Status Light",
"version": "0.2.7",
"version": "0.2.8",
"identifier": "kaiserengineering.io",
"app": {
"windows": [
Expand Down

0 comments on commit 41b4751

Please sign in to comment.