Skip to content

Commit

Permalink
version bump. This tag will be rebuilt several times to adjust CI set…
Browse files Browse the repository at this point in the history
…tings and test builds
  • Loading branch information
yeastplume committed Jan 11, 2024
1 parent 66abab6 commit 9350e38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "grin-gui"
version = "0.1.0-alpha.1"
version = "0.1.0-alpha.2"
authors = ["Grin Developers <[email protected]>"]
description = "GUI wrapping grin and grin-wallet. Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/widgets/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "GPL-3.0"
homepage = "https://github.com/mimblewimble/grin-gui"
Expand Down

0 comments on commit 9350e38

Please sign in to comment.