From 6f92bfd126588aedf20c627faa29cae60fa12184 Mon Sep 17 00:00:00 2001 From: michal Date: Tue, 14 Jun 2022 21:17:35 +0100 Subject: [PATCH] ver bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- PKGBUILD | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c96a708..38d087d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "Amethyst" -version = "3.1.0" +version = "3.2.0" dependencies = [ "clap", "libc", diff --git a/Cargo.toml b/Cargo.toml index 5260cf2..53dc266 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "Amethyst" -version = "3.1.0" +version = "3.2.0" authors = ["michal ", "axtlos "] edition = "2021" description = "A fast and efficient AUR helper" diff --git a/PKGBUILD b/PKGBUILD index bd3bfe7..8dfe1cf 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Developer: jnats pkgname=amethyst -pkgver=3.1.0 +pkgver=3.2.0 pkgrel=1 pkgdesc="Fast, efficient and lightweight AUR helper/pacman wrapper" arch=('any')