Bumped version number

This commit is contained in:
Lucien Cartier-Tilet 2020-08-12 23:29:55 +02:00
parent 903b6f61da
commit 259afcf567
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
4 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -393,7 +393,7 @@ dependencies = [
[[package]]
name = "pumopm"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"battery",
"clap",

View File

@ -1,6 +1,6 @@
[package]
name = "pumopm"
version = "0.1.0"
version = "0.1.1"
authors = ["Lucien Cartier-Tilet <lucien@phundrak.com>"]
edition = "2018"
description = "Simple power manager for systemd-based Linux"

View File

@ -1,7 +1,7 @@
# Maintainer: Lucien Cartier-Tilet <lucien@phundrak.com>
pkgname=pumopm
pkgver=0.1.1
pkgrel=1
pkgrel=2
pkgdesc="A tiny power manager written in Rust"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://labs.phundrak.com/phundrak/pumopm"

View File

@ -6,7 +6,7 @@ use clap::Clap;
#[derive(Clap)]
#[clap(
version = "0.1.0",
version = "0.1.1",
author = "Lucien Cartier-Tilet <lucien@phundrak.com>"
)]
struct Opts {