Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
jondot committed May 12, 2024
1 parent 56828be commit 2cfe6b1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ readme = "./README.md"

[workspace.dependencies]

teller-providers = { version = "2.0.3", path = "./teller-providers" }
teller-core = { version = "2.0.3", path = "./teller-core" }
teller-providers = { version = "2.0.4", path = "./teller-providers" }
teller-core = { version = "2.0.4", path = "./teller-core" }

serde = "1"
serde_json = "1"
Expand Down
2 changes: 1 addition & 1 deletion teller-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "teller"
version = "2.0.3"
version = "2.0.4"
edition = "2021"

description.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion teller-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "teller-core"
version = "2.0.3"
version = "2.0.4"
edition = "2021"
description.workspace = true
authors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion teller-providers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "teller-providers"
version = "2.0.3"
version = "2.0.4"
edition = "2021"

description.workspace = true
Expand Down

0 comments on commit 2cfe6b1

Please sign in to comment.