Bump to 0.1.1, fix PKGBUILD

This commit is contained in:
Lucien Cartier-Tilet 2021-12-17 18:38:00 +01:00
parent 61e8102227
commit f3ef1c9cfa
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -276,7 +276,7 @@ dependencies = [
[[package]] [[package]]
name = "pumo-system-info" name = "pumo-system-info"
version = "0.1.0" version = "0.1.1"
dependencies = [ dependencies = [
"ansi_term", "ansi_term",
"clap", "clap",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "pumo-system-info" name = "pumo-system-info"
version = "0.1.0" version = "0.1.1"
authors = ["Lucien Cartier-Tilet <lucien@phundrak.com>"] authors = ["Lucien Cartier-Tilet <lucien@phundrak.com>"]
edition = "2021" edition = "2021"
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"