From ddcaca71d6c49a8e875a7e4d417ad924f6c925b8 Mon Sep 17 00:00:00 2001 From: Dr Maxim Orlovsky Date: Fri, 16 Jun 2023 17:26:14 +0200 Subject: [PATCH] release v0.10.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 788e3a61..250318a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -647,7 +647,7 @@ dependencies = [ [[package]] name = "rgb-core" -version = "0.10.3" +version = "0.10.4" dependencies = [ "aluvm", "amplify", diff --git a/Cargo.toml b/Cargo.toml index c95a64c2..d2617590 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rgb-core" -version = "0.10.3" +version = "0.10.4" authors = ["Dr Maxim Orlovsky "] description = "RGB Core Library: confidential & scalable smart contracts on Bitcoin & Lightning (consensus layer)" repository = "https://github.com/RGB-WG/rgb-core"