diff --git a/Cargo.lock b/Cargo.lock index fd1aa07..4c12cb8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -88,7 +88,7 @@ dependencies = [ [[package]] name = "arch-audit-gtk" -version = "0.1.2" +version = "0.2.0" dependencies = [ "anyhow", "arch-audit", diff --git a/Cargo.toml b/Cargo.toml index 0ebb958..c8dff48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arch-audit-gtk" -version = "0.1.2" +version = "0.2.0" description = "Arch Linux Security Update Notifications" authors = ["kpcyrd "] license = "GPL-3.0"