From d4be9b1feb96b46ea70f4d17af7a572cb2274066 Mon Sep 17 00:00:00 2001 From: Dr Maxim Orlovsky Date: Thu, 11 May 2023 19:31:20 +0200 Subject: [PATCH] release v0.10.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 891252fa..f19b9e08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -707,7 +707,7 @@ dependencies = [ [[package]] name = "rgb-core" -version = "0.10.1" +version = "0.10.2" dependencies = [ "aluvm", "amplify", diff --git a/Cargo.toml b/Cargo.toml index d8722773..f3411941 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rgb-core" -version = "0.10.1" +version = "0.10.2" 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"