Bump to v1.12.0

This commit is contained in:
Alexey Varfolomeev 2022-03-03 05:24:26 +04:00
parent 241bab0dfa
commit 4e6232ca81
2 changed files with 4 additions and 4 deletions

6
debian/changelog vendored
View file

@ -1,5 +1,5 @@
papirus-folders (1.11.0-1) UNRELEASED; urgency=low
papirus-folders (1.12.0-1) UNRELEASED; urgency=low
* New release.
* Added Adwaita color
-- Sergei Eremenko <finalitik@gmail.com> Sat, 16 Oct 2021 22:29:28 +0300
-- Alexey Varfolomeev <varlesh@gmail.com> Thu, 03 Mar 2022 05:20:18 +0400

View file

@ -22,7 +22,7 @@ set -o errexit \
readonly THIS_SCRIPT="$(readlink -f "${BASH_SOURCE[0]}")"
readonly PROGNAME="$(basename "${BASH_SOURCE[0]}")"
readonly VERSION="1.11.0"
readonly VERSION="1.12.0"
readonly -a ARGS=("$@")
msg() {