diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index 3fb86ed..7741249 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rookiepy" -version = "0.1.7" +version = "0.1.8" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/rookie-rs/Cargo.toml b/rookie-rs/Cargo.toml index 5044466..0c600b3 100644 --- a/rookie-rs/Cargo.toml +++ b/rookie-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rookie" -version = "0.1.7" +version = "0.1.8" edition = "2021" description = "Load cookie from your web browsers" license-file = "MIT-LICENSE.txt"