From 8b26e808465b2c670cf2b9655398ea99afa21e7d Mon Sep 17 00:00:00 2001 From: thewh1teagle <61390950+thewh1teagle@users.noreply.github.com> Date: Wed, 10 Apr 2024 17:20:55 +0300 Subject: [PATCH] update version due to breaking changes --- bindings/python/Cargo.toml | 2 +- rookie-rs/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index ef554d3..eea68a0 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rookiepy" -version = "0.3.7" +version = "0.4.0" 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 97d963f..044d36d 100644 --- a/rookie-rs/Cargo.toml +++ b/rookie-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rookie" -version = "0.3.7" +version = "0.4.0" edition = "2021" description = "Load cookie from your web browsers" license-file = "MIT-LICENSE.txt"