From 9350e38558985265981dc44e5263677c0ed4ed8d Mon Sep 17 00:00:00 2001 From: Yeastplume Date: Thu, 11 Jan 2024 09:53:00 +0000 Subject: [PATCH] version bump. This tag will be rebuilt several times to adjust CI settings and test builds --- Cargo.toml | 2 +- crates/core/Cargo.toml | 2 +- crates/widgets/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0ae8239..4b2ccdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin-gui" -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" authors = ["Grin Developers "] description = "GUI wrapping grin and grin-wallet. Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format." license = "Apache-2.0" diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 864668f..eb8d30c 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "grin-gui-core" description = "Core GUI library for Grin GUI" -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" authors = ["Yeastplume", "Casper Rogild Storm"] license = "GPL-3.0" homepage = "https://github.com/mimblewimble/grin-gui" diff --git a/crates/widgets/Cargo.toml b/crates/widgets/Cargo.toml index 2824c9d..0eca56a 100644 --- a/crates/widgets/Cargo.toml +++ b/crates/widgets/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "grin-gui-widgets" description = "Widget library for Grin Core GUI" -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" authors = ["Yeastplume", "Casper Rogild Storm", "tarkah "] license = "GPL-3.0" homepage = "https://github.com/mimblewimble/grin-gui"