Skip to content

Commit

Permalink
align version, names
Browse files Browse the repository at this point in the history
  • Loading branch information
jondot committed May 12, 2024
1 parent 1dabcf3 commit a3eb4d1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</p>

<p align="center">
<img src="https://github.com/tellerops/teller/actions/workflows/ci.yml/badge.svg"/>
<img src="https://github.com/tellerops/teller/actions/workflows/build.yml/badge.svg"/>

</p>

Expand Down
4 changes: 2 additions & 2 deletions teller-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "teller-cli"
version = "0.1.0"
name = "teller"
version = "2.0.0"
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 teller-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "teller-core"
version = "0.1.0"
version = "2.0.0"
edition = "2021"

[dependencies]
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 = "0.1.0"
version = "2.0.0"
edition = "2021"

# [lib]
Expand Down

0 comments on commit a3eb4d1

Please sign in to comment.