Skip to content

Commit

Permalink
bumping versions
Browse files Browse the repository at this point in the history
  • Loading branch information
maebli committed Oct 1, 2024
1 parent e888ab5 commit 281f8b6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "m-bus-parser"
version = "0.0.14"
version = "0.0.15"
edition = "2021"
description = "A library for parsing M-Bus frames"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "m-bus-parser-cli"
version = "0.0.9"
version = "0.0.10"
edition = "2021"
description = "A cli to use the library for parsing M-Bus frames"
license = "MIT"
Expand All @@ -18,5 +18,5 @@ keywords = ["m-bus", "parser", "parse", "cli"]


[dependencies]
m-bus-parser = { path = "..", version = "0.0.14", features = ["std", "serde"] }
m-bus-parser = { path = "..", version = "0.0.15", features = ["std", "serde"] }
clap = { version = "4.5.4", features = ["derive"] }
2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pymbusparser"
version = "0.0.2"
version = "0.0.3"
edition = "2021"
homepage = "https://maebli.github.io/"
repository = "https://github.com/maebli/m-bus-parser"
Expand Down
4 changes: 2 additions & 2 deletions wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "m-bus-parser-wasm-pack"
version = "0.0.5"
version = "0.0.6"
edition = "2021"
description = "A wasm-pack to use the library for parsing M-Bus frames"
license = "MIT"
Expand All @@ -19,7 +19,7 @@ default = ["console_error_panic_hook"]

[dependencies]
wasm-bindgen = "0.2.84"
m-bus-parser = { path = "..", version = "0.0.14", features = ["std", "serde"] }
m-bus-parser = { path = "..", version = "0.0.15", features = ["std", "serde"] }
serde = { version = "1.0" }
serde_json = "1.0"

Expand Down

0 comments on commit 281f8b6

Please sign in to comment.