Skip to content

Commit

Permalink
bump the versions
Browse files Browse the repository at this point in the history
  • Loading branch information
danrusei committed Aug 15, 2024
1 parent 667acf4 commit d783217
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion danube-admin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "danube-admin"
version = "0.1.2"
version = "0.1.4"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion danube-broker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "danube-broker"
version = "0.1.2"
version = "0.1.4"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion danube-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "danube-client"
version = "0.1.2"
version = "0.1.4"
description = "The async client for Danube Pub/Sub messsaging platform"
keywords = ["danube", "pub-sub", "messaging_system", "message_broker", "event_streaming"]
authors = ["Dan Rusei <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion danube-pubsub/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "danube-pubsub"
version = "0.1.2"
version = "0.1.4"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit d783217

Please sign in to comment.