From fd921190a4518a0d1083880ab774c3981a2d730c Mon Sep 17 00:00:00 2001 From: Sergey Melnychuk Date: Mon, 14 Oct 2024 20:22:26 +0300 Subject: [PATCH] release: 0.6.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f5441d4..26250a26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -563,7 +563,7 @@ dependencies = [ [[package]] name = "beerus" -version = "0.6.0" +version = "0.6.1" dependencies = [ "alloy-primitives 0.8.5", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 6b865b0b..566762d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ description = "Light client for Starknet" edition = "2021" name = "beerus" -version = "0.6.0" +version = "0.6.1" repository = "https://github.com/eigerco/beerus" license = "MIT"