Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
arlyon committed Jun 8, 2024
1 parent 08854e8 commit 001e464
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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 crates/litehouse/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "litehouse"
version = "0.1.0"
version = "0.2.0"
description = "A lightweight home automation server"
edition.workspace = true
license.workspace = true
Expand Down
1 change: 1 addition & 0 deletions plugins/mqtt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "mqtt"
version = "0.1.0"
publish = false
edition.workspace = true
license.workspace = true
authors.workspace = true
Expand Down
4 changes: 4 additions & 0 deletions plugins/persistent-task/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
[package]
name = "persistent-task"
version = "0.1.0"
publish = false
edition.workspace = true
license.workspace = true
authors.workspace = true
homepage.workspace = true
repository.workspace = true

[package.metadata.dist]
dist = false

[dependencies]
base64 = "0.21.7"
litehouse-plugin = { version = "0.1.0", path = "../../crates/plugin" }
Expand Down
1 change: 1 addition & 0 deletions plugins/presence/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "presence"
version = "0.1.0"
publish = false
edition.workspace = true
license.workspace = true
authors.workspace = true
Expand Down
4 changes: 4 additions & 0 deletions plugins/samsung/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
[package]
name = "samsung"
version = "0.1.0"
publish = false
edition.workspace = true
license.workspace = true
authors.workspace = true
homepage.workspace = true
repository.workspace = true

[package.metadata.dist]
dist = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions plugins/sonoff/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "sonoff"
version = "0.1.0"
publish = false
edition.workspace = true
license.workspace = true
authors.workspace = true
Expand Down
4 changes: 3 additions & 1 deletion plugins/tasmota/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
[package]
name = "tasmota"
version = "0.1.1"
publish = false
edition.workspace = true
license.workspace = true
authors.workspace = true
homepage.workspace = true
repository.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[package.metadata.dist]
dist = false

[dependencies]
litehouse-plugin = { version = "0.1.0", path = "../../crates/plugin" }
Expand Down
4 changes: 3 additions & 1 deletion plugins/weather/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
[package]
name = "weather"
version = "0.1.1"
publish = false
edition.workspace = true
license.workspace = true
authors.workspace = true
homepage.workspace = true
repository.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[package.metadata.dist]
dist = false

[dependencies]
litehouse-plugin = { version = "0.1.0", path = "../../crates/plugin" }
Expand Down

0 comments on commit 001e464

Please sign in to comment.