Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
maebli committed Aug 18, 2024
1 parent e8efedc commit e6f0bf7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.12"
version = "0.0.13"
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.7"
version = "0.0.8"
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.12", features = ["std", "serde"] }
m-bus-parser = { path = "..", version = "0.0.13", features = ["std", "serde"] }
clap = { version = "4.5.4", features = ["derive"] }
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.4"
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.12", features = ["std", "serde"] }
m-bus-parser = { path = "..", version = "0.0.13", features = ["std", "serde"] }
serde = { version = "1.0" }
serde_json = "1.0"

Expand Down

0 comments on commit e6f0bf7

Please sign in to comment.