From 134d33d1bb776d607ee89b181f93326f0482d87f Mon Sep 17 00:00:00 2001 From: patrick96 Date: Sat, 28 Jul 2018 16:26:33 +0200 Subject: [PATCH] Release 3.2.1 Changelog Fixes: * fix(ramp): Evenly distribute states (#1340), see #1328 * fix(i3): Play nice with workspace_auto_back_and_forth (#1312) * fix(controller): don't draw window if writing to stdout (#1322), see #1314 --- contrib/polybar.aur/PKGBUILD | 2 +- include/version.hpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/polybar.aur/PKGBUILD b/contrib/polybar.aur/PKGBUILD index a6802f89..74a57af8 100644 --- a/contrib/polybar.aur/PKGBUILD +++ b/contrib/polybar.aur/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Michael Carlberg # Contributor: Michael Carlberg pkgname=polybar -pkgver=3.2.0 +pkgver=3.2.1 pkgrel=1 pkgdesc="A fast and easy-to-use status bar" arch=("i686" "x86_64") diff --git a/include/version.hpp b/include/version.hpp index 963749bd..50edf381 100644 --- a/include/version.hpp +++ b/include/version.hpp @@ -1,4 +1,4 @@ #pragma once -#define GIT_TAG "3.2.0" -#define GIT_TAG_NAMESPACE v3_2_0 +#define GIT_TAG "3.2.1" +#define GIT_TAG_NAMESPACE v3_2_1