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
This commit is contained in:
patrick96 2018-07-28 16:26:33 +02:00
parent 12d0891fba
commit 134d33d1bb
No known key found for this signature in database
GPG Key ID: 521E5E03AEBCA1A7
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: Michael Carlberg <c@rlberg.se>
# Contributor: Michael Carlberg <c@rlberg.se>
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")

View File

@ -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