From e9e9b6ab330a3949b2acd3bcf8c6f171fe729644 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zoe=20Faltib=C3=A0?= Date: Mon, 22 Apr 2024 16:43:12 +0200 Subject: [PATCH] bump version to 0.3.0-alpha.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 52aa128..f67f4a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3083,7 +3083,7 @@ dependencies = [ [[package]] name = "rgb-lib" -version = "0.3.0-alpha.1" +version = "0.3.0-alpha.2" dependencies = [ "amplify", "base64 0.22.0", diff --git a/Cargo.toml b/Cargo.toml index abe8657..f3d6f50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rgb-lib" -version = "0.3.0-alpha.1" +version = "0.3.0-alpha.2" authors = [ "Zoe FaltibĂ  ", "Nicola Busanello ",