Release version 0.1.0

This commit is contained in:
Tom A. Wagner
2021-01-12 11:16:50 +01:00
parent 63a8657dda
commit 618e3abf8d
2 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@@ -464,8 +464,8 @@ dependencies = [
] ]
[[package]] [[package]]
name = "graphui-rs" name = "graphui"
version = "0.0.1" version = "0.1.0"
dependencies = [ dependencies = [
"env_logger", "env_logger",
"gtk4", "gtk4",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "graphui-rs" name = "graphui"
version = "0.0.1" version = "0.1.0"
authors = ["Tom A. Wagner <tom.a.wagner@protonmail.com>"] authors = ["Tom A. Wagner <tom.a.wagner@protonmail.com>"]
edition = "2018" edition = "2018"