Skip to content

Commit

Permalink
chore(version): Bump version to 0.1.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jontze committed Aug 16, 2023
1 parent 1e333e1 commit aff3693
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "tankerkoenig"
author = "Jontze <dev@jontze.com>"
description = "API wrapper for the tankerkoenig api"
version = "0.1.0-rc.3"
version = "0.1.0-rc.4"
edition = "2021"
rust-version = "1.68.0"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This crate is under development. Especially the response parsing needs some more

```toml
[dependencies]
tankerkoenig = "0.1.0-rc.3"
tankerkoenig = "0.1.0-rc.4"
# If you want to use the latest unreleased version:
tankerkoenig = { git = "https://github.com/jontze/tankerkoenig-rs" }

Expand Down

0 comments on commit aff3693

Please sign in to comment.