Skip to content

Commit

Permalink
update version number for alpha 8 build
Browse files Browse the repository at this point in the history
  • Loading branch information
yeastplume committed Apr 30, 2024
1 parent 2b11e46 commit 1e855a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ no-self-update = ["grin-gui-core/no-self-update"]
debug = ["iced/debug"]

[dependencies]
grin-gui-core = { version = "0.1.0-alpha.6", path = "crates/core", features = ["wgpu"]}
grin-gui-core = { version = "0.1.0-alpha.8", path = "crates/core", features = ["wgpu"]}

iced = { version = "0.12", features = ["canvas", "tokio"] }
iced_futures = { version = "0.12", features = ["async-std"] }
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.7"
version = "0.1.0-alpha.8"
authors = ["Yeastplume", "Casper Rogild Storm"]
license = "GPL-3.0"
homepage = "https://github.com/mimblewimble/grin-gui"
Expand Down

0 comments on commit 1e855a2

Please sign in to comment.