From 94b8d185ff51913bf71d8c628ec06aac43af0671 Mon Sep 17 00:00:00 2001 From: thewh1teagle <61390950+thewh1teagle@users.noreply.github.com> Date: Tue, 3 Oct 2023 02:19:05 +0300 Subject: [PATCH] feat: new version --- 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 c1bcdf6..23c82fb 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rookiepy" -version = "0.2.0" +version = "0.2.1" 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 0c4433b..7e5796b 100644 --- a/rookie-rs/Cargo.toml +++ b/rookie-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rookie" -version = "0.2.0" +version = "0.2.1" edition = "2021" description = "Load cookie from your web browsers" license-file = "MIT-LICENSE.txt"