Skip to content

Commit

Permalink
Bump version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
katyo committed Jan 11, 2024
1 parent b3ef574 commit 900a13d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ default-features = false
[package]
name = "gpiod"
description = "Linux GPIO character device interfacing"
version = "0.2.3"
version = "0.3.0"
authors = ["K. <kayo@illumium.org>"]
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion async/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "async-gpiod"
description = "Linux GPIO character device with async interface"
version = "0.2.3"
version = "0.3.0"
authors = ["K. <kayo@illumium.org>"]
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "gpiod-cli"
description = "Linux GPIO character device interfacing (utils)"
version = "0.2.3"
version = "0.3.0"
authors = ["K. <kayo@illumium.org>"]
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion cli/async/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "async-gpiod-cli"
description = "Linux GPIO character device interfacing (utils)"
version = "0.2.3"
version = "0.3.0"
authors = ["K. <kayo@illumium.org>"]
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion cli/tokio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tokio-gpiod-cli"
description = "Linux GPIO character device interfacing (utils)"
version = "0.2.3"
version = "0.3.0"
authors = ["K. <kayo@illumium.org>"]
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "gpiod-core"
description = "Linux GPIO character device interfacing"
version = "0.2.3"
version = "0.3.0"
authors = ["Joao Rebelo <2730147+jrebelo@users.noreply.github.com>", "K. <kayo@illumium.org>"]
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion tokio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tokio-gpiod"
description = "Linux GPIO character device interfacing with tokio"
version = "0.2.3"
version = "0.3.0"
authors = ["K. <kayo@illumium.org>"]
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit 900a13d

Please sign in to comment.