diff --git a/Cargo.toml b/Cargo.toml index 4ae2874..8df0fc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,8 @@ +# Don't forget to update PKGBUILD + [package] name = "wipe" -version = "0.1.0" +version = "1.0.0" edition = "2021" license = "MIT" description = "Wipe your terminal with a random animation." diff --git a/dist/PKGBUILD b/dist/PKGBUILD index 3192360..6ce8132 100644 --- a/dist/PKGBUILD +++ b/dist/PKGBUILD @@ -1,6 +1,6 @@ pkgname='terminal-wipe-git' -pkgver='0.1.0' -pkgrel='1' +pkgver='1.0.0' +pkgrel='2' pkgdesc='Wipe your terminal with a random animation.' arch=('x86_64') url='https://github.com/ricoriedel/wipe'