From 84329f709dd6ecc93fe204ccdb8cda5420c53d2b Mon Sep 17 00:00:00 2001 From: Jean-Philippe Raynaud Date: Wed, 7 Feb 2024 17:13:29 +0100 Subject: [PATCH] chore: bump crates versions --- Cargo.lock | 2 +- mithril-common/Cargo.toml | 2 +- mithril-explorer/package.json | 2 +- mithril-infra/assets/infra.version | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e3587fb4f11..599e48d78c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3426,7 +3426,7 @@ dependencies = [ [[package]] name = "mithril-common" -version = "0.2.160" +version = "0.2.161" dependencies = [ "anyhow", "async-trait", diff --git a/mithril-common/Cargo.toml b/mithril-common/Cargo.toml index 1e679b372a2..dc2c25c7c96 100644 --- a/mithril-common/Cargo.toml +++ b/mithril-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-common" -version = "0.2.160" +version = "0.2.161" description = "Common types, interfaces, and utilities for Mithril nodes." authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-explorer/package.json b/mithril-explorer/package.json index d58d5ce98c6..6f0439bae76 100644 --- a/mithril-explorer/package.json +++ b/mithril-explorer/package.json @@ -1,6 +1,6 @@ { "name": "mithril-explorer", - "version": "0.4.11", + "version": "0.4.12", "private": true, "scripts": { "dev": "next dev", diff --git a/mithril-infra/assets/infra.version b/mithril-infra/assets/infra.version index 967b33ffb25..a45be462767 100644 --- a/mithril-infra/assets/infra.version +++ b/mithril-infra/assets/infra.version @@ -1 +1 @@ -0.2.7 \ No newline at end of file +0.2.8