From 2e31daff269e373975a202e7a5ce4852e7044140 Mon Sep 17 00:00:00 2001 From: YaroShkvorets Date: Tue, 19 Mar 2024 16:45:37 -0400 Subject: [PATCH] bump up version to publish in the right order --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aec9d3a..65a2a55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ opt-level = 's' strip = "debuginfo" [workspace.package] -version = "0.3.3" +version = "0.3.4" edition = "2021" description = "Substreams development kit for Antelope chains, contains Firehose Block model and helpers." authors = ["Fred ", "Denis ", "Yaro "]