From 53f9ee683351e380cd67c025be81976e0ff8fdc2 Mon Sep 17 00:00:00 2001 From: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Date: Wed, 10 Jan 2024 14:21:41 +0100 Subject: [PATCH] chore: release 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eaaed75..627fec5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "foundry-block-explorers" -version = "0.1.3" +version = "0.2.0" edition = "2021" rust-version = "1.65" authors = ["Foundry Contributors"]