From 237c98eb364b678275f0c41418eb7a3e681e5f42 Mon Sep 17 00:00:00 2001 From: floor-licker Date: Sun, 15 Feb 2026 10:07:20 -0500 Subject: [PATCH] chore(release): bump patch version to 0.3.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 64cf111..46f5b7f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2823,7 +2823,7 @@ dependencies = [ [[package]] name = "polyfill-rs" -version = "0.3.0" +version = "0.3.1" dependencies = [ "alloy-primitives", "alloy-signer", diff --git a/Cargo.toml b/Cargo.toml index 083f928..d6ad4ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polyfill-rs" -version = "0.3.0" +version = "0.3.1" edition = "2021" authors = ["Julius Tranquilli "] description = "The Fastest Polymarket Client On The Market."