Skip to content

Commit 1e855a2

Browse files
committed
update version number for alpha 8 build
1 parent 2b11e46 commit 1e855a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ no-self-update = ["grin-gui-core/no-self-update"]
1616
debug = ["iced/debug"]
1717

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

2121
iced = { version = "0.12", features = ["canvas", "tokio"] }
2222
iced_futures = { version = "0.12", features = ["async-std"] }

crates/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "grin-gui-core"
33
description = "Core GUI library for Grin GUI"
4-
version = "0.1.0-alpha.7"
4+
version = "0.1.0-alpha.8"
55
authors = ["Yeastplume", "Casper Rogild Storm"]
66
license = "GPL-3.0"
77
homepage = "https://github.com/mimblewimble/grin-gui"

0 commit comments

Comments
 (0)