Bump version number

This commit is contained in:
Nicolas 2022-04-15 14:31:30 +02:00
parent 0ef8a0d39b
commit eb2d283770
4 changed files with 7 additions and 7 deletions

6
Cargo.lock generated
View File

@ -193,9 +193,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
version = "0.2.122"
version = "0.2.123"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec647867e2bf0772e28c8bcde4f0d19a9216916e890543b5a03ed8ef27b8f259"
checksum = "cb691a747a7ab48abc15c5b42066eaafde10dc427e3b6ee2a1cf43db04c763bd"
[[package]]
name = "lock_api"
@ -642,7 +642,7 @@ checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"
[[package]]
name = "wipe"
version = "1.0.0"
version = "1.0.1"
dependencies = [
"anyhow",
"clap",

View File

@ -4,7 +4,7 @@
[package]
name = "wipe"
version = "1.0.0"
version = "1.0.1"
edition = "2021"
license = "MIT"
description = "Wipe your terminal with a random animation."

4
dist/arch/PKGBUILD vendored
View File

@ -1,8 +1,8 @@
# Maintainer: Rico Riedel <rico.riedel@protonmail.ch>
pkgname='wipe-terminal-git'
pkgver='1.0.0'
pkgrel='3'
pkgver='1.0.1'
pkgrel='4'
pkgdesc='Wipe your terminal with a random animation.'
arch=('x86_64')
url='https://github.com/ricoriedel/wipe'

2
dist/deb/build vendored
View File

@ -2,7 +2,7 @@
set -e
pkgname='wipe-terminal'
version='1.0.0-3'
version='1.0.1-4'
maintainer='Rico Riedel <rico.riedel@protonmail.ch>'
description='Wipe your terminal with a random animation.'
arch='x86_64'