Bump to v1.5.0

This commit is contained in:
Sergei Eremenko 2019-10-27 08:20:41 +02:00
parent 2ec6739549
commit d16965de73
2 changed files with 3 additions and 3 deletions

4
debian/changelog vendored
View file

@ -1,5 +1,5 @@
papirus-folders (1.4.0-1) UNRELEASED; urgency=low
papirus-folders (1.5.0-1) UNRELEASED; urgency=low
* New release.
-- Sergei Eremenko <finalitik@gmail.com> Wed, 17 Apr 2019 13:04:46 +0300
-- Sergei Eremenko <finalitik@gmail.com> Sun, 27 Oct 2019 08:20:41 +0200

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.4.0"
readonly VERSION="1.5.0"
readonly -a ARGS=("$@")
msg() {